Commit History

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

Update README.md: Specify when to use pipx vs pip
67221f0

juliaturc commited on

Update README.md (#75)
895955c

ABHISHEK FADAKE commited on

Auto-format code with isort and black
c343217

GitHub Actions commited on

Fix chunking for .ts and .tsx files (#73)
4ddb694

Lorenzo Cian commited on

Update ci.yml: Try git pull --no-rebase
ec63959

juliaturc commited on

Fixes for Gemini embeddings (#71)
5834806

juliaturc commited on

Add an LLM retriever (#70)
27dd60a

juliaturc commited on

Update ci.yml: git pull without --rebase
ceffe55

juliaturc commited on

Update ci.yml: Handle pull for main branch
dd8d125

juliaturc commited on

Update ci.yml: Pull latest changes before committing formatting changes
ddd6e87

juliaturc commited on

Add usage instructions to retrieve_kaggle.py
0470638

juliaturc commited on

Update README.md to mention Gemini embeddings
8a9d053

juliaturc commited on

Update pyproject.toml
4ac96aa

juliaturc commited on

[CLEANUP] Move away from setup.py + requirements.txt to pyproject.toml #60 (#63)
e3871e2

Shashwat Tripathi commited on

Add a CONTRIBUTING.md file. (#62)
1c21558

juliaturc commited on