You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
document_loaders/examples feat: Add `UnstructuredXMLLoader` for `.xml` files (#5955) 1 year ago
retrievers/examples Fixed typo missing "use" (#5991) 1 year ago
text_splitters Add start index to metadata in TextSplitter (#5912) 1 year ago
vectorstores Update to Vectara integration (#5950) 1 year ago
document_loaders.rst Create Airtable loader (#5958) 1 year ago
getting_started.ipynb Update getting_started.ipynb (#4850) 1 year ago
retrievers.rst big docs refactor (#1978) 2 years ago
text_splitters.rst code splitter docs (#5480) 1 year ago
vectorstores.rst big docs refactor (#1978) 2 years ago