Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Zep as Document Storage? #333

Open
mrcrdwd opened this issue Apr 3, 2024 · 2 comments
Open

Using Zep as Document Storage? #333

mrcrdwd opened this issue Apr 3, 2024 · 2 comments

Comments

@mrcrdwd
Copy link

mrcrdwd commented Apr 3, 2024

I'm using ParentDocumentRetriever, which requires both a Vector Store and a Document Store. Using Zep for the Vector Store is straightforward, but I'm confused about whether or not Zep can also be used as a Document Store (as a replacement for InMemoryStore ). Disclaimer: LangChain is still new to me, so excuse if this is a silly question.

@danielchalef
Copy link
Member

Zep stores both embeddings and the document contents, so you may be able to use Zep's retriever for both of these.

@mrcrdwd
Copy link
Author

mrcrdwd commented Apr 5, 2024

Thanks @danielchalef. The ParentDocumentRetriever it requires a Document Store that implements the BaseStore class. I don't think Zep has an implementation for this, right? Although it sounds like it could be within the scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants