Skip to content

DeepakWagle/vectorforge-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VectorForge — Financial Intelligence RAG

An end-to-end Retrieval-Augmented Generation (RAG) system for grounded financial document intelligence using semantic search, embeddings, vector retrieval, and LLMs.

Project Goals

  • Build keyword search using TF-IDF
  • Implement semantic search with embeddings
  • Create a vector retrieval pipeline
  • Develop a complete RAG system
  • Evaluate retrieval and answer quality
  • Deploy as an API using FastAPI and Docker

Roadmap

  • Problem Framing
  • Text Preprocessing
  • TF-IDF Search
  • Embedding-Based Search
  • Vector Store Integration
  • Retriever Pipeline
  • RAG Pipeline
  • Evaluation
  • API Deployment

Tech Stack

  • Python
  • Sentence Transformers
  • FAISS
  • LangChain
  • FastAPI
  • Docker

Status

🚧 Under Development

About

End-to-end RAG system for financial document intelligence using TF-IDF, embeddings, FAISS, and LLMs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors