-
- Downloads
MMR support (#8690)
* initial clean commit * updated docs and added unit test * updated demo; bug fixes * updated doc * post running ruff * updated documentation added X-Source in headers. * updated Vectara implementation: - removed "Optional" from constructor and simplified how we deal with missing values - Fixed bug: when n_sentences_before or n_sentences_after were 0, it defaulted to 2 instead * post make lint * changed API parameters to CamelCase to make consistent; added MMR * adding support for core indexing with Vectara * removed debug msg * updated timeout * made tests all pass
Showing
- docs/community/integrations/managed_indices.md 2 additions, 2 deletionsdocs/community/integrations/managed_indices.md
- docs/examples/managed/vectaraDemo.ipynb 94 additions, 44 deletionsdocs/examples/managed/vectaraDemo.ipynb
- llama_index/indices/managed/types.py 9 additions, 0 deletionsllama_index/indices/managed/types.py
- llama_index/indices/managed/vectara/base.py 41 additions, 20 deletionsllama_index/indices/managed/vectara/base.py
- llama_index/indices/managed/vectara/retriever.py 55 additions, 24 deletionsllama_index/indices/managed/vectara/retriever.py
- tests/indices/managed/test_vectara.py 57 additions, 2 deletionstests/indices/managed/test_vectara.py
Loading
Please register or sign in to comment