-
- Downloads
Add native huggingface embeddings (#7795)
Showing
- CHANGELOG.md 5 additions, 1 deletionCHANGELOG.md
- docs/api_reference/service_context/embeddings.rst 37 additions, 3 deletionsdocs/api_reference/service_context/embeddings.rst
- docs/core_modules/model_modules/embeddings/modules.md 2 additions, 1 deletiondocs/core_modules/model_modules/embeddings/modules.md
- docs/core_modules/model_modules/embeddings/usage_pattern.md 29 additions, 3 deletionsdocs/core_modules/model_modules/embeddings/usage_pattern.md
- docs/examples/embeddings/huggingface.ipynb 456 additions, 0 deletionsdocs/examples/embeddings/huggingface.ipynb
- llama_index/embeddings/__init__.py 8 additions, 4 deletionsllama_index/embeddings/__init__.py
- llama_index/embeddings/huggingface.py 189 additions, 0 deletionsllama_index/embeddings/huggingface.py
- llama_index/embeddings/huggingface_optimum.py 171 additions, 0 deletionsllama_index/embeddings/huggingface_optimum.py
- llama_index/embeddings/huggingface_utils.py 55 additions, 0 deletionsllama_index/embeddings/huggingface_utils.py
- llama_index/embeddings/instructor.py 101 additions, 0 deletionsllama_index/embeddings/instructor.py
- llama_index/embeddings/utils.py 11 additions, 43 deletionsllama_index/embeddings/utils.py
- tests/embeddings/test_utils.py 8 additions, 6 deletionstests/embeddings/test_utils.py
Loading
Please register or sign in to comment