mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
feat: Upgrade to LlamaIndex to 0.10 (#1663)
* Extract optional dependencies * Separate local mode into llms-llama-cpp and embeddings-huggingface for clarity * Support Ollama embeddings * Upgrade to llamaindex 0.10.14. Remove legacy use of ServiceContext in ContextChatEngine * Fix vector retriever filters
This commit is contained in:
parent
12f3a39e8a
commit
45f05711eb
43 changed files with 1474 additions and 1396 deletions
|
|
@ -30,15 +30,15 @@ navigation:
|
|||
layout:
|
||||
- section: Welcome
|
||||
contents:
|
||||
- page: Welcome
|
||||
- page: Introduction
|
||||
path: ./docs/pages/overview/welcome.mdx
|
||||
- page: Quickstart
|
||||
path: ./docs/pages/overview/quickstart.mdx
|
||||
# How to install privateGPT, with FAQ and troubleshooting
|
||||
- tab: installation
|
||||
layout:
|
||||
- section: Getting started
|
||||
contents:
|
||||
- page: Main Concepts
|
||||
path: ./docs/pages/installation/concepts.mdx
|
||||
- page: Installation
|
||||
path: ./docs/pages/installation/installation.mdx
|
||||
# Manual of privateGPT: how to use it and configure it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue