langchain/docs/extras/integrations
Eric BREHAULT 19b4ecdc39
Implement NucliaDB vector store (#10236)
# Description

This pull request allows to use the
[NucliaDB](https://docs.nuclia.dev/docs/docs/nucliadb/intro) as a vector
store in LangChain.

It works with both a [local NucliaDB
instance](https://docs.nuclia.dev/docs/docs/nucliadb/deploy/basics) or
with [Nuclia Cloud](https://nuclia.cloud).

# Dependencies

It requires an up-to-date version of the `nuclia` Python package.

@rlancemartin, @eyurtsev, @hinthornw, please review it when you have a
moment :)

Note: our Twitter handler is `@NucliaAI`
2023-09-06 16:26:14 -07:00
..
callbacks docs: misc modelIO fixes (#9734) 2023-09-03 20:33:20 -07:00
chat feat: add bedrock chat model (#8017) 2023-09-01 13:16:57 -07:00
chat_loaders iMessage loader (#9832) 2023-08-28 13:43:59 -07:00
document_loaders Add the possibility to configure boto3 in the S3 loaders (#9304) 2023-09-03 21:06:49 -07:00
document_transformers Implement NucliaDB vector store (#10236) 2023-09-06 16:26:14 -07:00
llms Update Banana.dev docs to latest correct usage (#10183) 2023-09-06 07:46:17 -07:00
memory Extend SQLChatMessageHistory (#9849) 2023-09-03 15:49:53 -07:00
providers Update Banana.dev docs to latest correct usage (#10183) 2023-09-06 07:46:17 -07:00
retrievers Google drive integration (lite) (#9999) 2023-09-03 15:54:42 -07:00
text_embedding Added Hugging face inference api (#10280) 2023-09-06 14:55:48 -07:00
toolkits Google drive integration (lite) (#9999) 2023-09-03 15:54:42 -07:00
tools Enhance Google search tool SerpApi response (#10157) 2023-09-03 20:24:19 -07:00
vectorstores Implement NucliaDB vector store (#10236) 2023-09-06 16:26:14 -07:00