langchain/docs/modules/indexes
Ofer Mendelevitch f8cf09a230
Update to Vectara integration (#5950)
This PR updates the Vectara integration (@hwchase17 ):
* Adds reuse of requests.session to imrpove efficiency and speed.
* Utilizes Vectara's low-level API (instead of standard API) to better
match user's specific chunking with LangChain
* Now add_texts puts all the texts into a single Vectara document so
indexing is much faster.
* updated variables names from alpha to lambda_val (to be consistent
with Vectara docs) and added n_context_sentence so it's available to use
if needed.
* Updates to documentation and tests

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-10 16:27:01 -07:00
..
document_loaders/examples feat: Add UnstructuredXMLLoader for .xml files (#5955) 2023-06-10 16:24:42 -07:00
retrievers/examples Fixed typo missing "use" (#5991) 2023-06-10 14:31:58 -07:00
text_splitters Add start index to metadata in TextSplitter (#5912) 2023-06-08 23:09:32 -07:00
vectorstores Update to Vectara integration (#5950) 2023-06-10 16:27:01 -07:00
document_loaders.rst Create Airtable loader (#5958) 2023-06-10 15:43:18 -07:00
getting_started.ipynb Update getting_started.ipynb (#4850) 2023-05-17 13:19:14 -07:00
retrievers.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
text_splitters.rst code splitter docs (#5480) 2023-05-31 07:11:53 -07:00
vectorstores.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00