privateGPT/fern/docs/pages/manual
uw4 fc13368bc7
feat(llm): Support for Google Gemini LLMs and Embeddings (#1965)
* Support for Google Gemini LLMs and Embeddings

Initial support for Gemini, enables usage of Google LLMs and embedding models (see settings-gemini.yaml)

Install via
poetry install --extras "llms-gemini embeddings-gemini"

Notes:
* had to bump llama-index-core to later version that supports Gemini
* poetry --no-update did not work: Gemini/llama_index seem to require more (transient) updates to make it work...

* fix: crash when gemini is not selected

* docs: add gemini llm

---------

Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
2024-07-08 11:47:36 +02:00
..
ingestion-reset.mdx Refactor documentation architecture (#1264) 2023-11-19 18:46:09 +01:00
ingestion.mdx feat(ingest): Created a faster ingestion mode - pipeline (#1750) 2024-03-19 21:24:46 +01:00
llms.mdx feat(llm): Support for Google Gemini LLMs and Embeddings (#1965) 2024-07-08 11:47:36 +02:00
nodestore.mdx feat(nodestore): add Postgres for the doc and index store (#1706) 2024-03-14 17:12:33 +01:00
reranker.mdx feat(RAG): Introduce SentenceTransformer Reranker (#1810) 2024-04-02 10:29:51 +02:00
settings.mdx Multi language support - fern debug (#1307) 2023-11-25 14:34:23 +01:00
ui.mdx feat(ui): Allows User to Set System Prompt via "Additional Options" in Chat Interface (#1353) 2023-12-10 19:45:14 +01:00
vectordb.mdx fix(docs): Minor documentation amendment (#1739) 2024-03-15 16:36:32 +01:00