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

https://github.com/josephgodwinkimani/ollama-rag

A basic RAG that allows you to upload code files, process them, and query them using Ollama models
https://github.com/josephgodwinkimani/ollama-rag

ai ollama ollama-gui rag

Last synced: 2 months ago
JSON representation

A basic RAG that allows you to upload code files, process them, and query them using Ollama models

Awesome Lists containing this project

README

        

# Ollama OllamaRAG (Retrieval Augmented Generation)

Allows you to upload code files, process them, and query them using ollama models.

## Requirements

1. Running instance of ChromaDB High-performance vector database either as a docker container

```bash
$ docker pull chromadb/chroma

$ docker run -p 8000:8000 chromadb/chroma
```

## Usage

```bash
$ npm install

$ npm run dev
```

## Trademark Acknowledgment

"Ollama" and the Ollama logo are trademarks or registered trademarks of Ollama, Inc. This project, "OllamaCoder", is an independent and unofficial interface developed by the community and is not affiliated with, sponsored by, or endorsed by Ollama, Inc.

## Fair Use Statement

The use of the Ollama trademark and logo in this project is for referential purposes only, to indicate compatibility and interoperability with the Ollama software. We acknowledge and respect the intellectual property rights of Ollama, Inc.

## Non-Commercial Status

This project is an open-source, non-commercial initiative developed to enhance the user experience of Ollama users. We do not claim any ownership rights to the Ollama trademark or logo.

## Disclaimer of Affiliation

This project:
- Is not officially associated with Ollama, Inc or any of its subsidiaries.
- Is not produced or maintained by Ollama, Inc or any of its subsidiaries.
- Does not imply any endorsement by Ollama, Inc or any of its subsidiaries.

## Usage Guidelines

The Ollama trademark and logo are used strictly within fair use guidelines and solely for:
1. Describing the project's compatibility with Ollama
2. Referencing the official Ollama software
3. Directing users to official Ollama resources

## Modifications and Removal

We respect the rights of trademark holders and will promptly address any concerns regarding the use of trademarks or logos. If you are a representative of Ollama, Inc. and have concerns about the use of the trademark or logo in this project, please contact us immediately.