colbert-rag

Index GitHub repositories to ColBERT models and serve them with GRPC or FastAPI

APACHE-2.0 License

Stars
2
Committers
1

Bot releases are visible (Hide)

colbert-rag - v0.1.2 Latest Release

Published by ricardo-larosa 2 months ago

ColBERT RAG v0.1.2

This is the initial release of ColBERT RAG, a project implementing Retrieval-Augmented Generation (RAG) using ColBERT and RAGatouille with Langchain integration.

New Features

  • ColBERT-based retrieval for contextually influenced token-level embeddings
  • Support for indexing Git repositories with language specific chunking
  • GRPC and FastAPI server implementations
  • Flexible document processing and indexing

For more installation options, please refer to the README.md.

Usage

Please refer to the README.md for detailed usage instructions.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for the full license text.

Related Projects