refactor logo

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
ChengZi
2025-08-04 12:00:55 +08:00
committed by Cheney Zhang
parent e057a56a5f
commit 5870a19fca
8 changed files with 9 additions and 15 deletions

View File

@@ -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

View File

@@ -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">
![](assets/claude-context.png)
### Add Semantic Search to Claude Code
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Node.js](https://img.shields.io/badge/Node.js-20%2B-green.svg)](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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

View File

@@ -1,5 +1,5 @@
# Claude Context Documentation
![](../assets/code_context_logo_dark.png)
![](../assets/claude-context.png)
Welcome to the Claude Context documentation! Claude Context is a powerful tool that adds semantic code search capabilities to AI coding assistants through MCP.

View File

@@ -1,5 +1,5 @@
# @zilliz/claude-context-core
![](../../assets/code_context_logo_dark.png)
![](../../assets/claude-context.png)
The core indexing engine for Claude Context - a powerful tool for semantic search and analysis of codebases using vector embeddings and AI.

View File

@@ -1,5 +1,5 @@
# @zilliz/claude-context-mcp
![](../../assets/code_context_logo_dark.png)
![](../../assets/claude-context.png)
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.
[![npm version](https://img.shields.io/npm/v/@zilliz/claude-context-mcp.svg)](https://www.npmjs.com/package/@zilliz/claude-context-mcp)