Find answers from the community

Updated 5 months ago

I get this error while querying pinecone

At a glance

The community member posted about getting an error while querying Pinecone, a vector database, and asked for help. In the comments, another community member shared that they were able to figure out some details about the error, such as the use of filters and top_k parameters. However, they mentioned that sometimes the query string is empty, and they asked how to prevent this issue. There is no explicitly marked answer in the provided information.

I get this error while querying pinecone every so often, its not 100% of the time.

Any help will be appreciated.
N
1 comment
OKay figured out that

Plain Text
INFO:llama_index.core.indices.vector_store.retrievers.auto_retriever.auto_retriever:Using filters: [('age', '<=', 30)]

Using filters: [('age', '<=', 30)]

Using filters: [('age', '<=', 30)]

Using query str: Profiles of founders from startup school YC platform

Using filters: [('age', '<=', 30)]

INFO:llama_index.core.indices.vector_store.retrievers.auto_retriever.auto_retriever:Using top_k: 2

Using top_k: 2

Using top_k: 2


Sometimes the Using query str: Profiles of founders from startup school YC platform is empty as Using query str: . How to prevent this?
Add a reply
Sign up and join the conversation on Discord