FAISS Memory #6253
amd-srijaroy
started this conversation in
Show and tell
FAISS Memory
#6253
Replies: 2 comments 2 replies
-
Hey this is great!! by any chance do you have an example of using ChromaDBVectorMemory with embeddings, using an embedding_function in chromadb. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
@amd-srijaroy thanks would you like to create an extension package for your memory module and submit a PR to update the community extension list? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First create "def get_embedding(text: str) -> list:" which will return a vector(array) from a string. Then use the below code
Test
Beta Was this translation helpful? Give feedback.
All reactions