You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to use Pinecone here, I followed manual but index from pinecone is not fetched at all.
Could you help check to ensure pinecone is working?
To Reproduce
Steps to reproduce the behavior:
I tried with PINECONE_ENVIRONMENT and without as well (I am using AWS severless one from pinecone).
Expected behavior
Rag should be working, but it doesn't work.
I checked pinecone is set on datasource properly.
when PINECONE_ENVIRONMENT is provided, (my case PINECONE_ENVIRONMENT=us-east-1), then I am getting
openai.BadRequestError: Error code: 400 - {'error': {'requestid': 'd4926d7a-ec0c-4178-b378-521f64fa7e2d', 'code': 400, 'message': 'Validation error at #/data_sources/0/pinecone/parameters/authentication/api_key: Extra inputs are not permitted'}}
when PINECONE_ENVIRONMENT is not provided, then I can get answer but index is not called at all.
also tried on index with dimension: 1536 vs 3072,
also tried with default columns
It seems like connecting pinecone is not accessible even though API key is correct.
Could you please check to make sure pinecone is working?
Configuration: Please provide the following
Azure OpenAI model name and version - both gpt-4o-mini and gpt-4o
Is chat history enabled? yes
Are you using data? If so, what data source? (Pinecone)
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to use Pinecone here, I followed manual but index from pinecone is not fetched at all.
Could you help check to ensure pinecone is working?
To Reproduce
Steps to reproduce the behavior:
I tried with PINECONE_ENVIRONMENT and without as well (I am using AWS severless one from pinecone).
DATASOURCE_TYPE=Pinecone
PINECONE_ENVIRONMENT=
PINECONE_API_KEY={key}
PINECONE_INDEX_NAME={indexName}
PINECONE_TOP_K=5
PINECONE_STRICTNESS=3
PINECONE_ENABLE_IN_DOMAIN=False
PINECONE_CONTENT_COLUMNS=text
PINECONE_FILENAME_COLUMN=file_path
PINECONE_TITLE_COLUMN=title
PINECONE_URL_COLUMN=file_path
PINECONE_VECTOR_COLUMNS=
Expected behavior
Rag should be working, but it doesn't work.
I checked pinecone is set on datasource properly.
when PINECONE_ENVIRONMENT is provided, (my case PINECONE_ENVIRONMENT=us-east-1), then I am getting
when PINECONE_ENVIRONMENT is not provided, then I can get answer but index is not called at all.
It seems like connecting pinecone is not accessible even though API key is correct.
Could you please check to make sure pinecone is working?
Configuration: Please provide the following
The text was updated successfully, but these errors were encountered: