The reason why you’re not getting any results could be that you’re working with different namespaces. You’re embedding is done in a namespace called dineout assistant but your retrieval is from a namespace called retrieved info
Just make sure the namespaces you used in the two Pinecone Vector Stores (one for document indexing and one for retrieval) are the same, and it should work.
If after fixing this, you still find that no relevant information is retrieved:
if info is loaded but not relevant, it could be a model issue or something else.
if no info is loaded, then there might be other config issues beyond the namespace.