langchain-ai / langchain-google

MIT License
76 stars 79 forks source link

[Feature Request] Support for Gemini RAG API #204

Closed mands closed 3 weeks ago

mands commented 2 months ago

Would be great to have support for the RAG API documented at https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/rag-api and exposed within the vertex.preview.rag module in the python SDK.

lkuligin commented 3 weeks ago

If I'm not mistaken, it's LLamaIndex API so it's an alternative framework for orchestrating genAI applications.