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

Implement Langchain Retriever for Orchestration / Grounding / Retrieval API #565

Open
pwasem opened this issue Feb 21, 2025 · 0 comments
Open
Labels
feature request New feature or request

Comments

@pwasem
Copy link

pwasem commented Feb 21, 2025

Describe the Problem

When using the Grounding module one is not able to access the underlying Hana Vector store directly.
E.g. as seen here https://js.langchain.com/docs/integrations/vectorstores/hanavector/

Hence the grounding module cannot integrated into Langchain directly.

Propose a Solution

The idea would be to implement / provide a Langchain Retriever which wraps the Retrieval API.

Another idea would be to implement a Langchain Vector Store which also wraps the Vector API

Describe Alternatives

None

Affected Development Phase

Development

Impact

Impaired

Timeline

Implementation phase starts in April.

Additional Context

No response

@pwasem pwasem added the feature request New feature or request label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant