3 questions
5
votes
5
answers
4k
views
Is there a method to fetch all the vectors of a namespace in pinecone
How can I fetch all the vectors of a namespace in pinecone, as the fetch method expects the ids of the vectors. Is there any method to get all the ids of the vectors.
1
vote
1
answer
192
views
Pinecone inside Azure FUnctions Enum RpcLogCategory has no value defined for name 'User'
I created an Azure Function in Python, with Python 3.10 and Azure Function Core Tools 4.0 which clearly says to use Python 3.10 and 3.11 Is still on preview.
My code is literally nothing, just the ...
0
votes
1
answer
1k
views
NPM Err: Unable to resolve dependencies
I am building this web app that will allow a user to chat with their pdf. I am using pinecone as the vector database and also using langchain. So I npm installed pinecone before langchain but when it ...