graphiti/graphiti_core/embedder
Luan Santos ab56691385
feat: Complete VS Code models integration package
- Add VSCodeClient with native VS Code LLM integration
- Add VSCodeEmbedder with 1024-dim embeddings and fallbacks
- Create graphiti-core[vscodemodels] optional dependency
- Add comprehensive documentation and examples
- Update README with VS Code models section
- Add MCP server VS Code configuration
- Include validation tests and troubleshooting guides
- Zero external dependencies - works entirely within VS Code

Package ready for: pip install 'graphiti-core[vscodemodels]'
2025-09-16 21:14:39 -03:00
..
__init__.py feat: Complete VS Code models integration package 2025-09-16 21:14:39 -03:00
azure_openai.py feat: add Azure client wrappers for embedding and LLM, integrate into server (#581) 2025-06-13 11:55:08 -04:00
client.py Bulk embed (#403) 2025-04-26 22:09:12 -04:00
gemini.py save edge update (#721) 2025-07-14 11:15:38 -04:00
openai.py Bulk embed (#403) 2025-04-26 22:09:12 -04:00
voyage.py Refactor imports (#675) 2025-07-05 08:57:07 -07:00
vscode_embedder.py feat: Complete VS Code models integration package 2025-09-16 21:14:39 -03:00