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/langchain/vectorstores
minhajul-clarifai 6e57306a13
Clarifai integration (#5954)
# Changes
This PR adds [Clarifai](https://www.clarifai.com/) integration to
Langchain. Clarifai is an end-to-end AI Platform. Clarifai offers user
the ability to use many types of LLM (OpenAI, cohere, ect and other open
source models). As well, a clarifai app can be treated as a vector
database to upload and retrieve data. The integrations includes:
- Clarifai LLM integration: Clarifai supports many types of language
model that users can utilize for their application
- Clarifai VectorDB: A Clarifai application can hold data and
embeddings. You can run semantic search with the embeddings

#### Before submitting
- [x] Added integration test for LLM 
- [x] Added integration test for VectorDB 
- [x] Added notebook for LLM 
- [x] Added notebook for VectorDB 

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
11 months ago
..
docarray Scores are explained in vectorestore docs (#5613) 1 year ago
__init__.py Clarifai integration (#5954) 11 months ago
alibabacloud_opensearch.py Add Alibaba Cloud OpenSearch as a new vector store (#6154) 12 months ago
analyticdb.py Improve AnalyticDB Vector Store implementation without affecting user (#6086) 12 months ago
annoy.py fixes #1214 (#3003) 1 year ago
atlas.py consistently use getLogger(__name__), no root logger (#2989) 1 year ago
awadb.py Upgrade the version of AwaDB and add some new interfaces (#6565) 11 months ago
azuresearch.py Correct AzureSearch Vector Store not applying search_kwargs when searching (#6132) 12 months ago
base.py Harrison/faiss score (#6341) 12 months ago
cassandra.py Vector store support for Cassandra (#6426) 12 months ago
chroma.py Harrison/chroma fix (#6390) 12 months ago
clarifai.py Clarifai integration (#5954) 11 months ago
clickhouse.py Fix latest clickhouse vector schema change (#6385) 12 months ago
deeplake.py [hotfix] Deep Lake fails on newer version due to hardcode (#6383) 12 months ago
elastic_vector_search.py Add knn and query search field options to ElasticKnnSearch (#5641) 12 months ago
faiss.py feat: faiss filter from list (#6537) 12 months ago
hologres.py Harrison/hologres (#6012) 12 months ago
lancedb.py Harrison/lancedb (#3634) 1 year ago
matching_engine.py Add matching engine vectorstore (#3350) 1 year ago
milvus.py Remove unused variables in Milvus vectorstore (#4868) 1 year ago
mongodb_atlas.py fixing from_documents method of the MongoDB Atlas vector store (#5794) 1 year ago
myscale.py Scores are explained in vectorestore docs (#5613) 1 year ago
opensearch_vector_search.py Harrison/mmr support for opensearch (#6349) 12 months ago
pgvector.py Created fix for 5475 (#5659) 1 year ago
pinecone.py Add `_similarity_search_with_relevance_scores` in `Pinecone` (#6446) 12 months ago
qdrant.py qdrant: search by vector (#6043) 12 months ago
redis.py Bug fixes and error handling in Redis - Vectorstore (#4932) 1 year ago
rocksetdb.py Integrate Rockset as Vectorstore (#6216) 12 months ago
singlestoredb.py Update SinglStoreDB vectorstore (#6423) 12 months ago
sklearn.py feat(integrations): Add WandbTracer (#4521) 1 year ago
starrocks.py [Feature][VectorStore] Support StarRocks as vector db (#6119) 12 months ago
supabase.py Documentation fixes (linting and broken links) (#5563) 1 year ago
tair.py Harrison/tair (#3770) 1 year ago
tigris.py feat: Support for `Tigris` Vector Database for vector search (#5703) 1 year ago
typesense.py Harrison/typesense fix (#6391) 12 months ago
utils.py fix #3884 (#3475) 1 year ago
vectara.py Fixes typo in Vectara.similarity_search (#6277) 12 months ago
weaviate.py Scores are explained in vectorestore docs (#5613) 1 year ago
zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago