2 Open Issues Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub
Information Retrieval Document Query Systems

AI Summary: Implement a semantic search function that takes a user's question as input, generates a vector embedding for it using a suitable model, queries a Pinecone index to retrieve the most relevant text passages from a document, and returns these passages as a list. This function is the core of a document query system and needs to accurately retrieve relevant context based on semantic understanding.

Complexity: 4/5
documentation enhancement help wanted invalid
Information Retrieval Document Query Systems

AI Summary: Set up a basic FastAPI application with a POST endpoint (/hackrx/run) that accepts JSON containing documents and questions, and returns a hardcoded dummy JSON response with an 'answers' field. The endpoint should validate the incoming request format.

Complexity: 2/5
enhancement good first issue