mirror of
https://github.com/zilliztech/claude-context.git
synced 2025-10-06 01:10:02 +03:00
@@ -1,8 +1,8 @@
|
||||
# CodeContext Environment Variables Example
|
||||
# Claude Context Environment Variables Example
|
||||
#
|
||||
# Copy this file to ~/.codecontext/.env and modify the values as needed
|
||||
# Copy this file to ~/.context/.env and modify the values as needed
|
||||
#
|
||||
# Usage: cp env.example ~/.codecontext/.env
|
||||
# Usage: cp env.example ~/.context/.env
|
||||
|
||||
# =============================================================================
|
||||
# Embedding Provider Configuration
|
||||
@@ -60,7 +60,7 @@ OPENAI_API_KEY=your-openai-api-key-here
|
||||
MILVUS_ADDRESS=your-zilliz-cloud-public-endpoint
|
||||
|
||||
# Milvus authentication token. You can refer to this guide to get Zilliz Personal API Key as your Milvus token.
|
||||
# https://github.com/zilliztech/code-context/blob/master/assets/signup_and_get_apikey.png
|
||||
# https://github.com/zilliztech/claude-context/blob/master/assets/signup_and_get_apikey.png
|
||||
MILVUS_TOKEN=your-zilliz-cloud-api-key
|
||||
|
||||
|
||||
|
||||
10
README.md
10
README.md
@@ -1,11 +1,5 @@
|
||||
<p align="center">
|
||||
<a href="https://github.com/zilliztech/claude-context">
|
||||
<img src="assets/code_context_logo_dark.png" width=600 alt="Claude Context Logo">
|
||||
</a>
|
||||
<h3 align="center"> Add Semantic Search to Claude Code</h2>
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||

|
||||
### Add Semantic Search to Claude Code
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://nodejs.org/)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 221 KiB |
BIN
assets/claude-context.png
Normal file
BIN
assets/claude-context.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 63 KiB |
@@ -1,5 +1,5 @@
|
||||
# Claude Context Documentation
|
||||

|
||||

|
||||
|
||||
Welcome to the Claude Context documentation! Claude Context is a powerful tool that adds semantic code search capabilities to AI coding assistants through MCP.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @zilliz/claude-context-core
|
||||

|
||||

|
||||
|
||||
The core indexing engine for Claude Context - a powerful tool for semantic search and analysis of codebases using vector embeddings and AI.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# @zilliz/claude-context-mcp
|
||||

|
||||

|
||||
Model Context Protocol (MCP) integration for Claude Context - A powerful MCP server that enables AI assistants and agents to index and search codebases using semantic search.
|
||||
|
||||
[](https://www.npmjs.com/package/@zilliz/claude-context-mcp)
|
||||
|
||||
Reference in New Issue
Block a user