Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python Agent Vector Memory

This example demonstrates how a Python AI agent can use a simulated vector database as its direct, continuously updated memory, rather than just for static information retrieval. It shows the agent learning from new experiences, recalling relevant past interactions, and using this memory to inform its responses and learn from the interaction itself.

Language

python

How to Run

Save the code as main.py. Run from your terminal: python main.py.

Original Article

This example accompanies the Turkish article: Python Ajanları İçin Vektör Veritabanını Hafıza Olarak Kullanmak: Geri Çağırma (Retrieval) Mekanizmasının Ötesinde Bir Yaklaşım.

License

MIT — see LICENSE.

About

This example demonstrates how a Python AI agent can use a simulated vector database as its direct, continuously updated memory, rather than just for static information retrieval. It shows the agent learning from new experiences, recalling relevant past interactions, and using this memory to inform its responses and learn from the interaction itself

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages