Saurab-Shrestha
4472add3c2
Updated docker compose compatible for GPU
2024-05-02 17:32:29 +05:45
Saurab-Shrestha
1963190d16
Updated the llm component
2024-05-02 10:58:03 +05:45
Saurab-Shrestha
bc343206cc
Updated docker settings
2024-04-30 17:45:51 +05:45
Saurab-Shrestha
f9a454861d
Updated docker compose
2024-04-29 20:08:06 +05:45
Saurab-Shrestha
3f99b0996f
Merged with dev
2024-04-28 11:29:26 +05:45
Saurab-Shrestha
c7aac53cd9
Added new docker files
2024-04-28 11:25:38 +05:45
Saurab-Shrestha9639*969**9858//852
1d6fc7144a
Added llama3 prompt
2024-04-24 17:15:13 +05:45
Saurab-Shrestha9639*969**9858//852
3282d52bf2
Added fastapi-pagination and audit log download
2024-04-23 17:48:13 +05:45
Saurab-Shrestha9639*969**9858//852
97317b82e0
Update with filter for audit
2024-04-21 16:52:45 +05:45
Saurab-Shrestha9639*969**9858//852
8bc7fb0039
Event listener for updating total documents
2024-04-17 17:09:50 +05:45
Saurab-Shrestha9639*969**9858//852
bf135b1692
Added build history
2024-04-10 15:13:06 +05:45
Saurab-Shrestha
44d94e145e
Updated the title for chat history
2024-04-09 17:34:51 +05:45
Saurab-Shrestha
a59782e24e
solved merged conflict
2024-04-09 15:49:05 +05:45
Saurab-Shrestha
aab5e50f7c
Merge branch 'temporary_branch' of https://github.com/QuickfoxConsulting/privateGPT into temporary_branch
2024-04-09 15:48:44 +05:45
Saurab-Shrestha9639*969**9858//852
7dab3edebf
Bug fixes on chat history filter plus removed system prompt
2024-04-08 17:59:01 +05:45
Saurab-Shrestha9639*969**9858//852
fb64e15802
Bug fixes for chat history
2024-04-07 17:54:36 +05:45
Saurab-Shrestha9639*969**9858//852
ee0e1cd839
Updated chat history and items id with uuid
2024-04-04 12:02:12 +05:45
Nikhil Shrestha
b23dae5b18
rerank fixes
2024-04-04 11:49:28 +05:45
Saurab-Shrestha9639*969**9858//852
4bc9dd7870
Added chat history and chat item
2024-04-03 17:58:27 +05:45
Nikhil Shrestha
28e418124b
updated poetry.lock
2024-04-03 17:52:39 +05:45
Nikhil Shrestha
9f929cf4f3
Merge branch 'main' into dev
...
# Conflicts:
# docker-compose.yaml
# poetry.lock
# pyproject.toml
# settings.yaml
2024-04-03 17:46:42 +05:45
imartinez
08c4ab175e
Fix version in poetry
2024-04-03 10:59:35 +02:00
Saurab-Shrestha
355271be93
Added table for chat history
2024-04-03 14:11:08 +05:45
imartinez
f469b4619d
Add required Ollama setting
2024-04-02 18:27:57 +02:00
github-actions[bot]
94ef38cbba
chore(main): release 0.5.0 ( #1708 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-02 17:45:15 +02:00
Иван
8a836e4651
feat(docs): Add guide Llama-CPP Linux AMD GPU support ( #1782 )
2024-04-02 16:55:05 +02:00
Ingrid Stevens
f0b174c097
feat(ui): Add Model Information to ChatInterface label
2024-04-02 16:52:27 +02:00
igeni
bac818add5
feat(code): improve concat of strings in ui ( #1785 )
2024-04-02 16:42:40 +02:00
Brett England
ea153fb92f
feat(scripts): Wipe qdrant and obtain db Stats command ( #1783 )
2024-04-02 16:41:42 +02:00
Robin Boone
b3b0140e24
feat(llm): Ollama LLM-Embeddings decouple + longer keep_alive settings ( #1800 )
2024-04-02 16:23:10 +02:00
machatschek
83adc12a8e
feat(RAG): Introduce SentenceTransformer Reranker ( #1810 )
2024-04-02 10:29:51 +02:00
Marco Repetto
f83abff8bc
feat(docker): set default Docker to use Ollama ( #1812 )
2024-04-01 13:08:48 +02:00
Saurab-Shrestha9639*969**9858//852
542ed0ef4e
updated with new models OpenHermes and BAAI/bge-large embedding model
2024-03-31 15:36:52 +05:45
icsy7867
087cb0b7b7
feat(rag): expose similarity_top_k and similarity_score to settings ( #1771 )
...
* Added RAG settings to settings.py, vector_store and chat_service to add similarity_top_k and similarity_score
* Updated settings in vector and chat service per Ivans request
* Updated code for mypy
2024-03-20 22:25:26 +01:00
Marco Repetto
774e256052
fix: Fixed docker-compose ( #1758 )
...
* Fixed docker-compose
* Update docker-compose.yaml
2024-03-20 21:36:45 +01:00
Iván Martínez
6f6c785dac
feat(llm): Ollama timeout setting ( #1773 )
...
* added request_timeout to ollama, default set to 30.0 in settings.yaml and settings-ollama.yaml
* Update settings-ollama.yaml
* Update settings.yaml
* updated settings.py and tidied up settings-ollama-yaml
* feat(UI): Faster startup and document listing (#1763 )
* fix(ingest): update script label (#1770 )
huggingface -> Hugging Face
* Fix lint errors
---------
Co-authored-by: Stephen Gresham <steve@gresham.id.au>
Co-authored-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
2024-03-20 21:33:46 +01:00
Brett England
c2d694852b
feat: wipe per storage type ( #1772 )
2024-03-20 21:31:44 +01:00
Ikko Eltociear Ashimine
7d2de5c96f
fix(ingest): update script label ( #1770 )
...
huggingface -> Hugging Face
2024-03-20 20:23:08 +01:00
Iván Martínez
348df781b5
feat(UI): Faster startup and document listing ( #1763 )
2024-03-20 19:11:44 +01:00
Iván Martínez
572518143a
feat(docs): Feature/upgrade docs ( #1741 )
...
* Upgrade fern version
* Add info about SDKs
2024-03-19 21:26:53 +01:00
Brett England
134fc54d7d
feat(ingest): Created a faster ingestion mode - pipeline ( #1750 )
...
* Unify pgvector and postgres connection settings
* Remove local changes
* Update file pgvector->postgres
* postgresql should be postgres
* Adding pipeline ingestion mode
* disable hugging face parallelism. Continue on file to doc transform failure
* Semaphore to limit docq async workers. ETA reporting
2024-03-19 21:24:46 +01:00
Saurab-Shrestha
cc786cf1de
update
2024-03-19 17:33:33 +05:45
Saurab-Shrestha
c7c05de8d1
update at documents router
2024-03-19 16:24:52 +05:45
Saurab-Shrestha
2008837110
update schemas suitable for file upload
2024-03-18 18:00:29 +05:45
Saurab-Shrestha
f7de7c3b54
Update with verify function to check the maker request for documents
2024-03-17 17:58:42 +05:45
Saurab-Shrestha9639*969**9858//852
2bcc7f589f
update with new cascade
2024-03-17 11:16:34 +05:45
Saurab-Shrestha
de39e594f8
Update maker checker
2024-03-17 09:36:38 +05:45
Otto L
1efac6a3fe
feat(llm - embed): Add support for Azure OpenAI ( #1698 )
...
* Add support for Azure OpenAI
* fix: wrong default api_version
Should be dashes instead of underscores.
see: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
* fix: code styling
applied "make check" changes
* refactor: extend documentation
* mention azopenai as available option and extras
* add recommended section
* include settings-azopenai.yaml configuration file
* fix: documentation
2024-03-15 16:49:50 +01:00
Brett England
258d02d87c
fix(docs): Minor documentation amendment ( #1739 )
...
* Unify pgvector and postgres connection settings
* Remove local changes
* Update file pgvector->postgres
* postgresql should be postgres
2024-03-15 16:36:32 +01:00
Brett England
63de7e4930
feat: unify settings for vector and nodestore connections to PostgreSQL ( #1730 )
...
* Unify pgvector and postgres connection settings
* Remove local changes
* Update file pgvector->postgres
2024-03-15 09:55:17 +01:00