Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3617

How to access/search data ingested through Weaviate client in langchain / langchain-weaviate?

$
0
0

hi @omarsinno !!

Welcome to our community!

We do have multi tenancy support in Weaviate. Check here the docs:

for instance, the code example:

db_with_mt = WeaviateVectorStore.from_documents(
    docs, embeddings, client=weaviate_client, tenant="Foo"
)

Let me know if that helps!

Thanks!


Viewing all articles
Browse latest Browse all 3617

Trending Articles