Commit History

feat: Add HTTP ZIP download fallback for GitHub repos
c06be9c

Asish Karthikeya Gogineni commited on

fix: Update Dockerfile for Hugging Face /tmp directories and env vars
82387e1

Asish Karthikeya Gogineni commited on

fix: Use /tmp directory for Hugging Face compatibility
b4da4fc

Asish Karthikeya Gogineni commited on

feat: Add Groq-optimized prompts, vector DB fallback, improved ignore patterns
511ccc3

Asish Karthikeya Gogineni commited on

feat: Add runtime Gemini model switching on rate limits - automatically tries next model
5f1e9e9

Asish Karthikeya Gogineni commited on

feat: Add Gemini 3 preview models to fallback list
f10ec60

Asish Karthikeya Gogineni commited on

feat: Add Gemini model fallback logic - tries multiple models in sequence
a1acb59

Asish Karthikeya Gogineni commited on

fix: Add ChromaDB auto-recovery from corruption
3508757

Asish Karthikeya Gogineni commited on

fix: Use gemini-2.5-flash as default (confirmed working)
fe03c86

Asish Karthikeya Gogineni commited on

fix: Add models/ prefix to Gemini model names
8e40df0

Asish Karthikeya Gogineni commited on

fix: Update Gemini model list to available models
937fe82

Asish Karthikeya Gogineni commited on

fix: Add langchain-huggingface to requirements.txt
74b5dd3

Asish Karthikeya Gogineni commited on

Remove binary assets for HF Spaces
3a5706b

Asish Karthikeya Gogineni commited on

Add Dockerfile for HF Spaces
d4a4997

Asish Karthikeya Gogineni commited on

Deploy to Hugging Face Spaces
a360b5d

Asish Karthikeya Gogineni commited on

feat: Add local embeddings to bypass API rate limits
6d5c110

Asish Karthikeya Gogineni commited on

fix: Simplify __init__.py to fix import error
cddcaaf

Asish Karthikeya Gogineni commited on

feat: Add Next.js frontend with Framer Motion animations
7a7972b

Asish Karthikeya Gogineni commited on

docs: Organize project with clear README and clean exports
23a9623

Asish Karthikeya Gogineni commited on

chore: Remove unused files (rate_limit_config, setup.py, ingestor, cli)
7dec411

Asish Karthikeya Gogineni commited on

chore: Remove unnecessary helper scripts
039d022

Asish Karthikeya Gogineni commited on

feat: Add MCP + CrewAI integration with multi-mode interface
8755993

Asish Karthikeya Gogineni commited on

Refactor: Removed all Sage branding and assets
b07b8c4

Asish Karthikeya Gogineni commited on

Refactor: Upgraded to Agentic Chatbot with AST & Call Graph support
5b89d45

Asish Karthikeya Gogineni commited on

Use storia-sage as pypi package name.
9d1a9b3

juliaturc commited on

Apply formatting
7b117cf

juliaturc commited on

Update "Processing chunks" into "Processing files"
d4d6659

juliaturc commited on

Revert default index name back to sage; pinecone doesn't allow underscores
8f148e0

juliaturc commited on

Bump pypi version, restrict Python version
e9b99bc

juliaturc commited on

Adapt to Anthropic's new count_tokens API
90c4308

Julia Turc commited on

Apply formatting
fcecd4b

Julia Turc commited on

Closes [FEATURE REQUEST] Expand to other vector stores beyond Pinecone (#102)
210c3c5

Lucifer Akirami commited on

Added the progress bar (#104)
1dc0365

Saksham Chaudhary commited on

Fix formatting in test_vector_store.py
28fa826

juliaturc commited on

Fix formatting
2fdd54a

juliaturc commited on

Adding tests for vector_store.py (#98)
3f12090

Aditya Bharadwaj commited on

Update reranker.py (#99)
e95a894

Bibek Raj Ghimire commited on

Implemented Reciprocal Rank Fusion (#87)
201ecae

aarya-16 commited on

updated claude model version (#95)
44a3094

jotaerre-jesus commited on

Ensure the happy path works well (#94)
2b64dc9

juliaturc commited on

Format setup.py so that checks pass
21daf3d

juliaturc commited on

Move away from deprecated pkg_resources
3f4931a

juliaturc commited on

Add setup.py file, otherwise `pip install -e .` won't work.
6c5df21

juliaturc commited on

Add official documentation instead of README (#93)
efee316

juliaturc commited on

Prevent disagreements between isort and black
c48bded

juliaturc commited on

created test_data_manager,py in tests folder and added the code to solve the issue (#83)
691374c

Sanjay H commited on

chore: add unit tests for GitHub issue management (#82)
a4c5366

Aswinr24 commited on

Update README.md (#81)
44f1a61

barbarian360 commited on

Added a optimized ci.yml (#84)
33bdf9a

Δ Δ S H I Q commited on

Update README.md: Add clone instructions
b2cd0df

juliaturc commited on