You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
Vertex AI Search on langchain only works if extractive answers or extractive segments are turned on. This directly rules out the chunking feature of Vertex AI Search and therefore using Vertex AI Search for RAG applications. Is there the possibility to implement Vertex AI Search to return a specified number of chunks instead of the extractive answer for unstructered documents?
Motivation
The Chunking feature and Layout Parser of Vertex AI Search can't be used with langchain, which limits the possibilites of this service.
Proposal (If applicable)
Add a chunking option to return the top n chunks for a search request
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
Vertex AI Search on langchain only works if extractive answers or extractive segments are turned on. This directly rules out the chunking feature of Vertex AI Search and therefore using Vertex AI Search for RAG applications. Is there the possibility to implement Vertex AI Search to return a specified number of chunks instead of the extractive answer for unstructered documents?
Motivation
The Chunking feature and Layout Parser of Vertex AI Search can't be used with langchain, which limits the possibilites of this service.
Proposal (If applicable)
Add a chunking option to return the top n chunks for a search request
Beta Was this translation helpful? Give feedback.
All reactions