CoolFace
Apppublic

Rsnarsna/advanced-multi-hop-rag

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
cf81d085mo ago

Implement dynamic bot configuration management system with database persistence and admin API endpoints

rsnarsna
4c30d536mo ago

Add prompts.py to manage SoftMania system prompt and user instructions

rsnarsna
56193d86mo ago

Implement assistant prompt management, link extraction utilities, and knowledge base seeding scripts

rsnarsna
87e488a6mo ago

now twh llm only respond in english

rsnarsna
c26f22f6mo ago

llm model updated

rsnarsna
755da7e6mo ago

assistant prompt improvement

rsnarsna
72ba9266mo ago

add system prompt and user instruction templates with SoftMania knowledge injection

rsnarsna
f55dbfe6mo ago

Implement WhatsApp bot integration with multi-priority routing for menu, assistant, and RAG modes

rsnarsna
8b4616d6mo ago

Implement WhatsApp bot message routing, assistant engine, and vector database session management

rsnarsna
70ab66f6mo ago

upgrade to Python 3.12 and remove dev requirements from Dockerfile

rsnarsna
7f8be526mo ago

Implement SoftMania assistant engine with RAG-based prompt engineering and WhatsApp bot integration

rsnarsna
1999c0e6mo ago

implement PGVector integration and database schema for document chunks, portal links, and chat session management

rsnarsna
d9aa9ee6mo ago

refactor requirements.txt to reorganize dependencies and improve clarity

rsnarsna
b4afcdf6mo ago

refactor menu session handling to use chat_sessions and ensure session existence before processing

rsnarsna
b1a90a96mo ago

implement PGVector ingestion utilities and initialize WhatsApp bot structure

rsnarsna
db2bc8e6mo ago

introduce environment-aware configuration and optimize Docker build process

rsnarsna
df903f56mo ago

implement WhatsApp menu engine and centralized configuration management

rsnarsna
a0fe3b86mo ago

implement WhatsApp bot integration with thread-safe client initialization and interactive feedback handling

rsnarsna
68aae406mo ago

implement WhatsApp bot integration with interactive feedback and add configurable agent status controls

rsnarsna
42aeef56mo ago

Implement webhook deduplication to prevent duplicate message processing

rsnarsna
89c7ef06mo ago

Enhance WhatsApp webhook handling by adding background task support for message processing

rsnarsna
97dc7176mo ago

Fix endpoint paths for WhatsApp webhook routes by adding trailing slashes

rsnarsna
6e365b16mo ago

Refactor Docker and deployment configurations for improved efficiency and clarity; enhance model pre-download logic in main.py

rsnarsna
febbef86mo ago

Add Vercel configuration, enhance logging, and update requirements

rsnarsna
843d4576mo ago

Add .dockerignore and optimize Dockerfile for improved build efficiency

rsnarsna
dcc8f676mo ago

Update landing page and widget styles for improved aesthetics and readability

rsnarsna
6d56b616mo ago

Add chardet and pywa to requirements for enhanced functionality

rsnarsna
d5d649d6mo ago

add `prod.example.env` for strict production environment configuration.

rsnarsna
da24d7f6mo ago

Refactor and enhance API functionality with new features and improvements

rsnarsna
b2def0e6mo ago

Improve input validation for query length in query_softmania function

rsnarsna
ada6e796mo ago

feat: Enhance README with detailed sections, deployment notes, and API reference

rsnarsna
daf74256mo ago

Add database setup on startup and enhance chat widget with theme toggle and fullscreen support

rsnarsna
fa33a946mo ago

enhance session management and chat history handling

rsnarsna
b9319cc6mo ago

Enhance chat functionality with session management and memory support; update prompts and guardrails for improved context handling.

rsnarsna
e8422356mo ago

Move front matter to the top of README.md.

rsnarsna
8041e9c7mo ago

Introduce agent prompt definitions and guardrails in `src/prompts.py` and reorder `README.md` metadata.

rsnarsna
baf62f57mo ago

Implement portal links management API and integrate with existing services

rsnarsna
3a0b32f7mo ago

Implement the core SoftMania Chat-Bot architecture using LangGraph for agentic routing and PGVector for semantic retrieval and ingestion.

rsnarsna
36476117mo ago

implement FastAPI server with endpoints for RAG queries, document ingestion, database clearing, and a landing page with an embeddable chat widget.

rsnarsna
4afbc0b7mo ago

feat: Implement initial multi-hop RAG agent with core nodes, prompts, and SoftMania dataset.

rsnarsna
c64f33d7mo ago

introduce centralized configuration for database connections, LLM, and embedding models.

rsnarsna
18cdbd37mo ago

docs: Update app_port in README.

rsnarsna
5ae41dd7mo ago

feat: Implement a FastAPI server with endpoints for health checks, document ingestion, RAG queries, and database clearing.

rsnarsna
e26d7767mo ago

feat: Update default application port to 7860 and adjust Docker entrypoint to run `main.py` for model pre-downloading.

rsnarsna
147ed157mo ago

feat: Add hybrid retriever node that combines semantic vector search with 1-hop graph traversal.

rsnarsna
75074517mo ago

docs: add initial README for Advanced Multi-Hop RAG API.

rsnarsna
cb8eafe7mo ago

ci: add GitHub Actions workflow to synchronize the repository with Hugging Face Hub.

rsnarsna
b1cb9937mo ago

Add GitHub Actions workflow for syncing to Hugging Face Hub.

rsnarsna
8daa8d47mo ago

add GitHub Actions workflow to sync repository to Hugging Face hub.

rsnarsna
b0060517mo ago

ci: add GitHub Actions workflow to sync repository to Hugging Face Hub.

rsnarsna