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
Would it be possible to update the document search to utilize MMR (Max marginal relevance) instead of this?
relevant_context = search_elements(question, k = 1 + 3int(10(1-closest_match)))
I want to say it will be better at grabbing more context for more ambiguous questions, but will leave final decision to you.
Would it be possible to update the document search to utilize MMR (Max marginal relevance) instead of this?
relevant_context = search_elements(question, k = 1 + 3int(10(1-closest_match)))
I want to say it will be better at grabbing more context for more ambiguous questions, but will leave final decision to you.
Relevant notebook: https://github.com/statmike/vertex-ai-mlops/blob/main/Applied%20GenAI/Vertex%20AI%20GenAI%20For%20Document%20Q%26A%20v2%20-%20MLB%20Rules%20For%20Baseball.ipynb
Details on MMR (https://python.langchain.com/docs/modules/model_io/prompts/example_selectors/mmr)
The text was updated successfully, but these errors were encountered: