Customizing Vector Database #5902
-
Hi, I'm unable to find a way to Customize the Vector Database for retrieval from custom vector stores in the current version 0.4. Thanks!!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You will need to implement a custom memory component with your vector database connection. See example in https://github.com/microsoft/autogen/blob/main/python/packages/autogen-ext/src/autogen_ext/memory/chromadb.py. We may choose to refactor some of these vector database connectors using the Semantic Kernel's API so we have a single vector database abstraction to work with. |
Beta Was this translation helpful? Give feedback.
You will need to implement a custom memory component with your vector database connection. See example in https://github.com/microsoft/autogen/blob/main/python/packages/autogen-ext/src/autogen_ext/memory/chromadb.py.
We may choose to refactor some of these vector database connectors using the Semantic Kernel's API so we have a single vector database abstraction to work with.