Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/features/codebase-indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Using Docker:
docker run -d \
--name qdrant \
--restart unless-stopped \
-p 6333:6333 \
-p 127.0.0.1:6333:6333 \
-v qdrant_data:/qdrant/storage \
qdrant/qdrant
```
Expand All @@ -94,7 +94,7 @@ services:
qdrant:
image: qdrant/qdrant
ports:
- "6333:6333"
- "127.0.0.1:6333:6333"
volumes:
- qdrant_storage:/qdrant/storage
volumes:
Expand Down Expand Up @@ -364,4 +364,4 @@ Planned improvements:
- Enhanced filtering options
- Team collaboration features
- VS Code native search integration
- Incremental re-indexing optimizations
- Incremental re-indexing optimizations