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

LangChain / LlamaIndex VectorStore as destination #2174

Open
HectorBst opened this issue Dec 22, 2024 · 0 comments
Open

LangChain / LlamaIndex VectorStore as destination #2174

HectorBst opened this issue Dec 22, 2024 · 0 comments

Comments

@HectorBst
Copy link

HectorBst commented Dec 22, 2024

Feature description

LangChain and LlamaIndex are frameworks widely used in the construction of RAG solutions. In particular, they each define an abstract Vector Store interface, implemented for different technologies by themselves or partners.

Add a LangChain and a LlamaIndex destinations, based on the abstract interfaces.

Are you a dlt user?

Yes, I'm already a dlt user.

Use case

  • I want to easily load data into an as-yet unsupported Vector Store, using an existing LangChain / LlamaIndex implementation.
  • I want to reuse existing LangChain / LlamaIndex code.
  • I want to use my own LangChain / LlamaIndex connector instead of the existing dlt destination.
  • I want to be able to switch easily from one Vector Store to another (e.g. for local testing or future architecture changes).

Proposed solution

A LangChainVectorStore destination and a LlamaIndexVectorStore destination, based on the abstract interfaces and taking a developer-supplied implementation.

Related issues

No response

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

No branches or pull requests

1 participant