Error during upsert with Langchain
I’ve been trying to figure out how to make Langchain and Pinecone work together to upsert a lot of document objects. Here’s the function call: from langchain_community.document_loaders import...
View ArticleHow to add a product feed as a record?
Hello, I am loooking to store a product feed in Pinecone, from AWIN or other affiliation plateform, so that my ChatBot can inform customers abouts available products. I have created an index on a...
View ArticleCant provide proxy setting
URLs have spaces as I am unable to post this thread with too many urls Hi, I am trying to deploy small app on pythonanywhere, let me explain with code, from dotenv import load_dotenv from pinecone...
View ArticleIndex creation error with .NET API call
Hi there. Trying to use .NET to call pinecone. Using the default Http client, with function PostAsJsonAsync. When I POST to the index creation API, I’m getting a JSON error: Failed to deserialize the...
View ArticleIs there a problem upserting with Python from a gcp-starter account?
I’m trying a very simple excercise, create an index, check availability and upsert, still; I’m receiving 403 errors due to a “Wrong API key” (It isn’t!! It belongs to the project in working in). Here...
View ArticleError when I am doing the upsert from Flowise
Hi, I’m having a problem doing upserting from flowise As of this afternoon today, it says there is an error in the API key Thanks 1 post - 1 participant Read full topic
View ArticleTechnical product specifications embeddings
I have an excel file with thousands of products and each with hundreds of specifications ( numeric and alphabetic). Is the best way to tokenize each and create embeddings? Are there any best practices...
View ArticlePinecone takes about 2-3 minutes for upsert vector to be available for query
Hello everyone, I’ve noticed that Pinecone takes about 2-3 minutes for an upserted vector to be available for query. My use case involves a user upserting a vector and then querying that vector...
View ArticleIndex.fetch() with serverless and id prefixes causes complexity
I currently store vector objects with ids as uuid4. (These map to an external db with the uuid4 as the primary key). Each object also has metadata that links back to the parent document_id (also...
View ArticleIndex been initializing for hours. Is there a problem?
Created my first serverless index from my collection. It been initializing for hours. Is there a problem? AWS us-east-1 1 post - 1 participant Read full topic
View ArticleMy pinecone index not accessible after migration to serverless
Was requested to migrate to serverless within 7 days or face interruption to my starter index. Just successfully migrated and update my python scripts with the new index name and region. But my app...
View ArticleBetter understading
Hey im very new to this topic and try to understand it better. So my curretn understanding is the following: I create an index with my wanted search algorithm as e.g. cosine. In that index i can load...
View ArticleBest Way to Query Unique Metadata Values in Pinecone (Serverless)?
I am trying to fetch all the unique metadata values for a particular metadata field. My issue is querying only returns 10k vectors at a time and I am not sure how to make sure that my next 10k query...
View ArticleNeed help ;were the index Environment
need help ;were the index Environment 2 posts - 2 participants Read full topic
View ArticleHosting in Germany
Hi, I wanted to know whether I can keep the data within Germany by selecting a hosting option that is in Germany. For AWS there are only options in Ireland and the US however I want to know whether...
View ArticleFailed to ingest data
I have been trying a lot to ingest my pdf files into serverless index of pinecone of free trail I get this error error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert:...
View ArticleCan all the records be grouped to have single meta-data key value pair?
My problem is: I have a pdf file. while storing this in pinecone DB, it divides my pdf into chunks and stores as multiple records. Now my whole pdf have single metadata key-value pair with 17 fields....
View ArticleI am getting this error PineconeApiException: (400) Reason: Bad Request while...
Hey i am getting this whole error PineconeApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({‘Date’: ‘Wed, 29 May 2024 07:08:17 GMT’, ‘Content-Type’: ‘application/json’,...
View ArticleIm using pinecone for my agent for RAG! but when im using it in Django app im...
This is my code: from langchain_pinecone import PineconeVectorStore from dotenv import load_dotenv load_dotenv() google_gemini=ChatGoogleGenerativeAI(model="gemini-pro",temperature=0.3) def...
View ArticleMeta filter not work in either console nor code
resolve and removed. invalid configure. 2 posts - 1 participant Read full topic
View Article