@zilliz/claude-context-core 0.1.11 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -106,7 +106,7 @@ results.forEach(result => {
106
106
 
107
107
  - **OpenAI Embeddings** (`text-embedding-3-small`, `text-embedding-3-large`, `text-embedding-ada-002`)
108
108
  - **VoyageAI Embeddings** - High-quality embeddings optimized for code (`voyage-code-3`, `voyage-3.5`, etc.)
109
- - **Gemini Embeddings** - Google's embedding models (`gemini-embedding-001`)
109
+ - **Gemini Embeddings** - Google's embedding models (`gemini-embedding-001`, `gemini-embedding-2`)
110
110
  - **Ollama Embeddings** - Local embedding models via Ollama
111
111
 
112
112
  ## Vector Database Support
@@ -141,6 +141,7 @@ interface ContextConfig {
141
141
  // Programming languages
142
142
  '.ts', '.tsx', '.js', '.jsx', '.py', '.java', '.cpp', '.c', '.h', '.hpp',
143
143
  '.cs', '.go', '.rs', '.php', '.rb', '.swift', '.kt', '.scala', '.m', '.mm',
144
+ '.dart', '.sol',
144
145
  // Text and markup files
145
146
  '.md', '.markdown', '.ipynb'
146
147
  ]
@@ -282,4 +283,4 @@ This package is part of the Claude Context monorepo. Please see:
282
283
 
283
284
  ## License
284
285
 
285
- MIT - See [LICENSE](../../LICENSE) for details
286
+ MIT - See [LICENSE](../../LICENSE) for details