CoolFace
Apppublic

faraz7530/physical-ai-textbook-api

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
25 commits on main
382115910mo ago

Add textbook info to prompts, prioritize Groq for chat

farazahmed7530
47a2e2610mo ago

Add LLM provider logging and fix fallback logic

farazahmed7530
18c68e010mo ago

Switch to Groq for chat, keep Gemini for embeddings, fix score threshold to 0.3

farazahmed7530
f2abc1210mo ago

Add debug logging for Qdrant score filtering

farazahmed7530
423638b10mo ago

Trigger rebuild - fix Qdrant query_points and score threshold

farazahmed7530
352e6f110mo ago

Fix: lower retriever score threshold to 0.3 to match Gemini embedding scores

farazahmed7530
c909da310mo ago

Lower score threshold to 0.3 and add debug logging

farazahmed7530
ea1e3d310mo ago

Fix: use query_points with manual score filtering for AsyncQdrantClient

farazahmed7530
7eed66710mo ago

Fix: use correct search() method for AsyncQdrantClient with score_threshold

farazahmed7530
a8f5f6410mo ago

Fix Qdrant search: use search() instead of query_points() for proper score filtering

farazahmed7530
e6c729e10mo ago

Use gemini-2.0-flash - correct model name for OpenAI endpoint

farazahmed7530
cf74d1c10mo ago

Switch to gemini-1.5-flash for better rate limits

farazahmed7530
00206f210mo ago

Fix Qdrant search threshold from 0.7 to 0.5 for better retrieval

farazahmed7530
31d034910mo ago

fix: lower RAG score threshold from 0.7 to 0.5 for better recall, add LiDAR synonyms

farazahmed7530
89b575610mo ago

Update backend with latest changes

farazahmed7530
a13928410mo ago

Fix README.md for HF Space config

farazahmed7530
3e77edb10mo ago

Fix expires_at datetime conversion

farazahmed7530
93a70d310mo ago

Fix datetime to string conversion for Better Auth response

farazahmed7530
f9eccf410mo ago

Add Better Auth compatible endpoints for signup and signin

farazahmed7530
b97d5a510mo ago

Fix vector dimension for Gemini embeddings, add translation service

farazahmed7530
6c4e82b10mo ago

Fix vector dimension for Gemini embeddings

farazahmed7530
ddaead710mo ago

Fix Gemini model and Qdrant search

farazahmed7530
240326d10mo ago

Update backend with fixes

farazahmed7530
63a42bf10mo ago

Deploy FastAPI backend for Physical AI Textbook

farazahmed7530
7be1cfd10mo ago

initial commit

faraz7530