https://github.com/deypadma2020/resumequeryagent
A LangChain-powered application that parses PDF resumes, converts them into semantic chunks using FAISS, and enables intelligent querying via RAG and Anthropic models. Designed to assist in resume screening through contextual and multi-query retrieval.
https://github.com/deypadma2020/resumequeryagent
anthropic contextual-retrieval faiss-vector-database generative-ai langchain-python llm rag resume-parser semantic-search
Last synced: 13 days ago
JSON representation
A LangChain-powered application that parses PDF resumes, converts them into semantic chunks using FAISS, and enables intelligent querying via RAG and Anthropic models. Designed to assist in resume screening through contextual and multi-query retrieval.
- Host: GitHub
- URL: https://github.com/deypadma2020/resumequeryagent
- Owner: deypadma2020
- License: mit
- Created: 2025-07-22T18:52:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T18:03:26.000Z (10 months ago)
- Last Synced: 2025-08-12T20:16:54.016Z (10 months ago)
- Topics: anthropic, contextual-retrieval, faiss-vector-database, generative-ai, langchain-python, llm, rag, resume-parser, semantic-search
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resume-query-agent
A LangChain-powered application that parses PDF resumes, converts them into semantic chunks using FAISS, and enables intelligent querying via RAG and Anthropic models. Designed to assist in resume screening through contextual and multi-query retrieval.