/search endpoint works correctly but only when Vector DB & Pinecone indexes are populated via /cars endpoints. Should be working without populating if pinecone index/vector db is already populated from another user. For example, if I hit the /cars endpoint and the entire process finishes the db has been populated. Another user searching using the /search endpoint should be able to get the same results as me hitting the same endpoint with the same fields passed in the request object.
/search endpoint works correctly but only when Vector DB & Pinecone indexes are populated via /cars endpoints. Should be working without populating if pinecone index/vector db is already populated from another user. For example, if I hit the /cars endpoint and the entire process finishes the db has been populated. Another user searching using the /search endpoint should be able to get the same results as me hitting the same endpoint with the same fields passed in the request object.