Quantcast
Channel: Weaviate Community Forum - Latest posts
Browsing all 3587 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

[Question] Python - weaviate client 4.0 cannot connect from inside kubernetes

Oh @marekzebrowski !! I am really sorry. I though you were running Weaviate on Kubernetes Weaviate will provide basically two endpoints, HTTP and GRPC. for testing http a simple curl to the endpoint...

View Article


[Question] How to retrieve all documents in weaviate?

Description I want to get all documents in weaviate, but it always return just part of my query to me. For example, client=weaviate.Client(weaviate_url) query = ( client.query.get(class_name,...

View Article


Image may be NSFW.
Clik here to view.

Weaviate Cluster Setup with Docker on Different Servers Failing

Thanks for your suggestion we tried all the best possible ways still we are unable to solve it. This is issue we are facing currently. master node version: ‘3.7’ services: node1: container_name: node1...

View Article

Image may be NSFW.
Clik here to view.

Langchain WeaviateHybridSearchRetriever with filters?

Hi @Just_Guide7361 ! I understand you were able to make it work, right? Let me know if there is any other blocker we can help you with. We are here to help you on this journey Thanks!

View Article

Image may be NSFW.
Clik here to view.

[Question] How to retrieve all documents in weaviate?

hi @cyc00518 !! Welcome to our community !! You can use our cursor api, as stated here: weaviate.io Read all objects | Weaviate - Vector Database Weaviate provides the necessary APIs to iterate...

View Article


Image may be NSFW.
Clik here to view.

How to load existing db to similarity search?

Hi @MartinMin !! O believe you are facing the same issue from this thread: Langchain WeaviateHybridSearchRetriever with filters? Support Nevermind fixed it. Hey, thank you for the quick replies. I...

View Article

Image may be NSFW.
Clik here to view.

Langchain WeaviateHybridSearchRetriever with filters?

Hi again @Just_Guide7361 !! I believe this thread is related to the issue you had: How to load existing db to similarity search? General weaviate-client==4.7.1 langchain-weaviate==0.0.2...

View Article

[Question] Fetch failed for embedded weaviate javascript

Thanks Duda, I think this should work now will try it out

View Article


How to load existing db to similarity search?

I think that is almost it. This should do the trick! db = WeaviateVectorStore(embeddings= embeddings, client=client, index_name=index_name)

View Article


Unable to connect to weaviate running behind reverse proxy

Cloudflare needs all GRPC services to expose as http2. So I’m routing the hostname “weaviate.grpc.” in Traefik with port as 443. Traefik connect using the url to the docker url...

View Article

Image may be NSFW.
Clik here to view.

Weaviate Cluster Setup with Docker on Different Servers Failing

Dr_Kotapally_Harish: {“level”:“debug”,“msg”:" memberlist: Failed UDP ping: node1 (timeout reached)“,“time”:“2024-08-13T10:20:30Z”} Can you make sure there is no firewall between those servers? From...

View Article

Appkey Configuration - Azure OpenAI

Python Client V4 Version: 1.25.7 We can able to connect directly using the OpenAI module. Here’s the connection function. But inside weaviate we are not sure on the configuration import os from openai...

View Article

How to load existing db to similarity search?

The initializer way works mostly, but ‘text_key’ needs to be added: db = WeaviateVectorStore(embedding=embedding_model, client=weaviate_client, index_name='test3', text_key='text') Another questions:...

View Article


Image may be NSFW.
Clik here to view.

How to load existing db to similarity search?

hi! the text_key, for Langchain, will be the property where it will store the actual content chunk in the vector store. On your case, you can pass it as text_key as “content” and title goes as...

View Article

Appkey Configuration - Azure OpenAI

Hi! can you check you are using the latest python client? import weaviate print(weaviate.__version__)

View Article


How to load existing db to similarity search?

But in the example I pasted above, why does it still work? The document doesn't have a 'text' field, but text_key='text' still work?

View Article

Image may be NSFW.
Clik here to view.

How to load existing db to similarity search?

This is because it will only use text_key on ingestion. Take this, for example: # single insertion from langchain_openai import OpenAIEmbeddings from langchain_weaviate.vectorstores import...

View Article


Image may be NSFW.
Clik here to view.

Seeking Advice on Multi-tenancy Implementation for E-commerce Platform

I’m reaching out to seek some expert advice on implementing a multi-tenancy solution using Weaviate for an e-commerce platform we’re developing. We’re considering two approaches for our data model,...

View Article

Image may be NSFW.
Clik here to view.

How to load existing db to similarity search?

DudaNogueira: page_content Yes, it definitely helps. Now I understand that the ‘page_content’ field is silently converted to ‘text’ file after the DB is created and I think that clears up my confusion.

View Article

Invalid port - aws

Description When running my python script (in an AWS fargate container) I get an invalid port error httpx.InvalidURL: Invalid port: '"https:' when trying to connect with my cloud cluster. When I run...

View Article
Browsing all 3587 articles
Browse latest View live