Weaviate client throwing "ResourceWarning: unclosed transport"
hi! This will usually come up if you do not close the connection before creating a new one. Let me know if this helps.
View ArticleOpenai API key fails when i connect with weaviate but works with normal chat...
may i have your email id because my code contains credentials and as well ,i dont feel safe to share it publicly
View ArticleI am using Azure openai ,but it shows me an error like this ,please help me...
WeaviateQueryError: Query call with protocol GRPC search failed with message <AioRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "remote client vectorize: connection to:...
View ArticleI am using Azure openai ,but it shows me an error like this ,please help me...
Hi @DhanushKumar_R, This issue is related to your OpenAI API Key! Please check your OpenAI account to ensure the key is valid and correctly provided in the headers when connecting. Once that’s done,...
View ArticleImport error
Hi @DhanushKumar_R, Could you please share more details about your code/server/client? Regards, Mohamed Shahin Support Engineer
View ArticleI am using Azure openai ,but it shows me an error like this ,please help me...
actually when i use azure openai key for basic chat completion ,it is working but when I work with weaviate ,it returns me an error Will you please share me a resources for this
View ArticleI am using Azure openai ,but it shows me an error like this ,please help me...
Hi @DhanushKumar_R, Would you mind sharing details about your server setup, schema, and the specific operation you’re attempting that triggers this error? I’d like to try replicating it on my side to...
View ArticleAt the end i get no files to process after Embedder ,Will youplease help me...
2025-01-31 17:59:10,059 MainProcess DEBUG updating download directory to: [C:\Users\dhanu.cache\unstructured\ingest\s3\62e5a70d24](file:///C:/Users/dhanu/.cache/unstructured/ingest/s3/62e5a70d24)...
View ArticleI am using Azure openai ,but it shows me an error like this ,please help me...
thank you so much ,here are my code import os import io import boto3 import weaviate from pypdf import PdfReader from typing import List, Dict from openai import AzureOpenAI from weaviate.auth import...
View ArticleNo files to process after Embedder ,Here are my code and issue , i need an...
import weaviate weaviate_url = “” weaviate_key = “” client = weaviate.connect_to_wcs( cluster_url=weaviate_url, auth_credentials=weaviate.auth.AuthApiKey(weaviate_key), headers={ “X-OpenAI-Api-Key”:...
View ArticleAt the end i get no files to process after Embedder ,Will youplease help me...
Refer to: No files to process after Embedder ,Here are my code and issue , i need an guidance to sort this issue,please help me out
View ArticleI am using Azure openai ,but it shows me an error like this ,please help me...
Hi @DhanushKumar_R, The query structure is not correctly formatted. You are using the Weaviate Python client v4. Here’s how you can perform a near_vector query: from weaviate.classes.query import...
View ArticleAt the end i get no files to process after Embedder ,Will youplease help me...
Thank you so much for the help
View ArticleNo files to process after Embedder ,Here are my code and issue , i need an...
Hi @DhanushKumar_R, I see that you’re using this integration: GitHub - Unstructured Ingest I haven’t come across this integration before, but it looks interesting. You might need a deeper look to...
View ArticleOpenai API key fails when i connect with weaviate but works with normal chat...
You can create the code and remove any sensitive information. That will help. From what I have seen, if you are using unstructured-ingest, note that that integration is outdated as it is using our...
View ArticleCan't find documentation for the search via rest
Description I’m very lost in the rest API documentation. The AI Assistant told me i can use the rest api to search using this GET /v1/objects?class=JeopardyQuestion&nearText={"concepts":["animals...
View ArticleDyjcoh fuydufog igruf gifydigwy fuuug gyi nvc e
Dhydfu jbvuyc ufjuf yfgsrady kjojf hddyuguo jfjfuf uffu
View ArticleCompatibility of AWS GenAI Weaviate
Hi, My company is currently using AWS Weaviate DB and already importing the articles as data source. We plan to integrate the AWS GenAI LLM into our mobile application. The concept is to utilize our...
View ArticleCan't find documentation for the search via rest
hi @FullyLost !! Welcome to our community In order to perform a bm25, or vector or hybrid search using rest, you need to send in a graphql query, as per this api reference: weaviate.io Weaviate Now,...
View Article