Skip to content

benoitschipper/codebase-indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Code Base Indexing Setup

Run

podman compose up -d

Test

curl http://localhost:6333/collections
curl http://localhost:11434/api/tags

Setup Embedding Model

Pull the embedding model into Ollama:

podman exec roo-ollama ollama pull nomic-embed-text

Verify it works:

curl http://localhost:11434/api/embed \
  -d '{"model":"nomic-embed-text","input":"test"}'

You should receive a JSON response with an embeddings array.

Configure Roo Code

In Roo Code → Codebase Indexing settings, use:

Setting Value
Embedder Provider Ollama
Base URL http://localhost:11434
Model nomic-embed-text
Qdrant URL http://localhost:6333
Qdrant API Key (leave blank)
Search score threshold (leave default)
Max search results (leave default)

About

A code-base index example that you can run locally for your interp interpreter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors