Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storia-ai/sage

Chat with any codebase in under two minutes | Fully local or via third-party APIs
https://github.com/storia-ai/sage

ai anthropic claude copilot developer-tools hacktoberfest hacktoberfest-2024 hacktoberfest2024 langchain llm openai pinecone python rag

Last synced: 4 days ago
JSON representation

Chat with any codebase in under two minutes | Fully local or via third-party APIs

Awesome Lists containing this project

README

        



Logo

Sage: Chat with any codebase



Discord
X (formerly Twitter) Follow
GitHub Repo stars
GitHub License


Documentation
ยท
Hosted app





screenshot
Our chat window, showing a conversation with the Transformers library. ๐Ÿš€

***

**Sage** is like an open-source GitHub Copilot that helps you learn how a codebase works and how to integrate it into your project without spending hours sifting through the code.

# Main features
- **Dead-simple setup**. Follow our [quickstart guide](https://sage-docs.storia.ai/quickstart) to get started.
- **Runs locally or on the cloud**. When privacy is your priority, you can run the entire pipeline locally using [Ollama](https://ollama.com) for LLMs and [Marqo](https://github.com/marqo-ai/marqo) as a vector store. When optimizing for quality, you can use third-party LLM providers like OpenAI and Anthropic.
- **Wide range of built-in retrieval mechanisms**. We support both lightweight retrieval strategies (with nothing more but an LLM API key required) and more traditional RAG (which requires indexing the codebase). There are many knobs you can tune for retrieval to work well on your codebase.
- **Well-documented experiments**. We profile various strategies (for embeddings, retrieval etc.) on our own benchmark and thoroughly [document the results](benchmarks/retrieval/README.md).

# Want your repository hosted?

We're working to make all code on the internet searchable and understandable for devs. You can check out [hosted app](https://sage.storia.ai). We pre-indexed a slew of OSS repos, and you can index your desired ones by simply pasting a GitHub URL.

If you're the maintainer of an OSS repo and would like a dedicated page on Code Sage (e.g. `sage.storia.ai/your-repo`), then send us a message at [[email protected]](mailto:[email protected]). We'll do it for free!

![](assets/sage.gif)

# Extensions & Contributions

We built the code purposefully modular so that you can plug in your desired embeddings, LLM and vector stores providers by simply implementing the relevant abstract classes.

Feel free to send feature requests to [[email protected]](mailto:[email protected]) or make a pull request!

# Contributors


contributors



โ†‘ Back to Top โ†‘