We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
None
Development
Impaired
Implementation phase starts in April.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: