Commit Graph

12 Commits

Author SHA1 Message Date
Josako
76cb825660 - Full API application, streamlined, de-duplication of document handling code into document_utils.py
- Added meta-data fields to DocumentVersion
- Docker container to support API
2024-09-09 16:11:42 +02:00
Josako
1fa33c029b - Correcting mistakes in tenant schema migrations 2024-09-03 11:50:25 +02:00
Josako
db44fd3b66 feature/Add-URL-List 2024-07-08 15:22:35 +02:00
Josako
c55fc6b7ce Added OpenAI large embedding / improve migration and upgrade handling for containers 2024-07-04 17:20:02 +02:00
Josako
348bdf2c15 Commit before setting up a new deployment environment 2024-06-21 13:21:54 +02:00
Josako
be311c440b Improving chat functionality significantly throughout the application. 2024-06-12 11:07:18 +02:00
Josako
27b6de8734 Removing DocumentLanguage, as both System Context and User Context are to be defined on DocumentVersion level.
Finetuning of embedding workers.
2024-06-06 15:26:49 +02:00
Josako
54e2297399 API key working, CORS working, SocketIO working (but no JWT), Chat client v1, Session implemented (server side) 2024-05-22 21:32:56 +02:00
Josako
667d99daa8 Full support for different Embedding models in the database. There was an error. 2024-05-08 22:40:12 +02:00
Josako
bf6d91527b Add extra chunking information in Tenant schema
Add extra scripts for flask-migrate to support refactoring
2024-05-08 17:40:42 +02:00
Josako
8e4e4d8586 Database changes Documents - llm and languagefields on tenant, processing on documents 2024-05-02 00:11:33 +02:00
Josako
602a450114 gevent concurrency / asynchronous processes
usage of gunicorn (documented)
2024-04-30 22:46:56 +02:00