private-gpt/private_gpt/components
Matthew Hill 2d27a9f956
feat(llm): Add openailike llm mode (#1447)
This mode behaves the same as the openai mode, except that it allows setting custom models not
supported by OpenAI. It can be used with any tool that serves models from an OpenAI compatible API.

Implements #1424
2023-12-26 10:26:08 +01:00
..
embedding Ingestion Speedup Multiple strategy (#1309) 2023-11-25 20:12:09 +01:00
ingest Fix the parallel ingestion mode, and make it available through conf (#1336) 2023-11-30 11:41:55 +01:00
llm feat(llm): Add openailike llm mode (#1447) 2023-12-26 10:26:08 +01:00
node_store Endpoint to delete documents ingested (#1163) 2023-11-06 15:47:42 +01:00
vector_store Make qdrant the default vector db (#1285) 2023-11-20 16:19:22 +01:00
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00