ws-bom-robot-app 0.0.26__tar.gz → 0.0.27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/PKG-INFO +2 -2
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/README.md +1 -1
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/setup.py +1 -1
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/config.py +1 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/loader/base.py +2 -2
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app.egg-info/PKG-INFO +2 -2
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/pyproject.toml +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/setup.cfg +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/auth.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/cron_manager.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/agent_description.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/agent_handler.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/agent_lcel.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/api.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/defaut_prompt.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/main.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/models/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/models/api.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/models/base.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/models/kb.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/settings.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/models/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/models/main.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/tool_builder.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/tool_manager.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/utils.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/agent_utils.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/chunker.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/download.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/faiss_helper.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/kb.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/print.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/webhooks.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/generator.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/azure.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/base.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/confluence.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/dropbox.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/gcs.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/github.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/googledrive.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/jira.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/manager.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/s3.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/sftp.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/sharepoint.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/sitemap.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/integration/slack.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/loader/__init__.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/loader/docling.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/loader/json_loader.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/main.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/requirements.txt +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/task_manager.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/util.py +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app.egg-info/SOURCES.txt +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app.egg-info/dependency_links.txt +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app.egg-info/requires.txt +0 -0
- {ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ws_bom_robot_app
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.27
|
|
4
4
|
Summary: A FastAPI application serving ws bom/robot/llm platform ai.
|
|
5
5
|
Home-page: https://github.com/websolutespa/bom
|
|
6
6
|
Author: Websolute Spa
|
|
@@ -228,7 +228,7 @@ dockerize app from src
|
|
|
228
228
|
|
|
229
229
|
```pwsh
|
|
230
230
|
docker build -f Dockerfile-src -t ws-bom-robot-app:src .
|
|
231
|
-
docker run --name ws-bom-robot-app-src -d -v "$(pwd)/ws_bom_robot_app:/app/ws_bom_robot_app" -v "$(pwd)/.data:/app/.data" -v "$(pwd)/tests:/app/tests" -p 6001:6001 ws-bom-robot-app:src
|
|
231
|
+
docker run --name ws-bom-robot-app-src -d -v "$(pwd)/ws_bom_robot_app:/app/ws_bom_robot_app" -v "$(pwd)/.data:/app/.data" -v "$(pwd)/tests:/app/tests" -v "$(pwd)/tmp:/tmp" -p 6001:6001 ws-bom-robot-app:src
|
|
232
232
|
```
|
|
233
233
|
|
|
234
234
|
### ✈️ publish
|
|
@@ -187,7 +187,7 @@ dockerize app from src
|
|
|
187
187
|
|
|
188
188
|
```pwsh
|
|
189
189
|
docker build -f Dockerfile-src -t ws-bom-robot-app:src .
|
|
190
|
-
docker run --name ws-bom-robot-app-src -d -v "$(pwd)/ws_bom_robot_app:/app/ws_bom_robot_app" -v "$(pwd)/.data:/app/.data" -v "$(pwd)/tests:/app/tests" -p 6001:6001 ws-bom-robot-app:src
|
|
190
|
+
docker run --name ws-bom-robot-app-src -d -v "$(pwd)/ws_bom_robot_app:/app/ws_bom_robot_app" -v "$(pwd)/.data:/app/.data" -v "$(pwd)/tests:/app/tests" -v "$(pwd)/tmp:/tmp" -p 6001:6001 ws-bom-robot-app:src
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
### ✈️ publish
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="ws_bom_robot_app",
|
|
5
|
-
version="0.0.
|
|
5
|
+
version="0.0.27",
|
|
6
6
|
description="A FastAPI application serving ws bom/robot/llm platform ai.",
|
|
7
7
|
long_description=open("README.md", encoding='utf-8').read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
@@ -13,6 +13,7 @@ class Settings(BaseSettings):
|
|
|
13
13
|
robot_data_db_folder_out: str = 'out'
|
|
14
14
|
robot_data_db_folder_store: str = 'store'
|
|
15
15
|
robot_data_db_retention_days: float = 60
|
|
16
|
+
robot_loader_max_threads: int = 1
|
|
16
17
|
robot_task_max_total_parallelism: int = 2 * (os.cpu_count() or 1)
|
|
17
18
|
robot_task_retention_days: float = 1
|
|
18
19
|
robot_cms_host: str = ''
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/loader/base.py
RENAMED
|
@@ -95,8 +95,8 @@ class Loader():
|
|
|
95
95
|
show_progress=self._runtime_options.loader_show_progress,
|
|
96
96
|
recursive=True,
|
|
97
97
|
silent_errors=self._runtime_options.loader_silent_errors,
|
|
98
|
-
use_multithreading=
|
|
99
|
-
max_concurrency=
|
|
98
|
+
use_multithreading=config.robot_loader_max_threads>1,
|
|
99
|
+
max_concurrency=config.robot_loader_max_threads
|
|
100
100
|
)
|
|
101
101
|
)
|
|
102
102
|
return loaders
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ws_bom_robot_app
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.27
|
|
4
4
|
Summary: A FastAPI application serving ws bom/robot/llm platform ai.
|
|
5
5
|
Home-page: https://github.com/websolutespa/bom
|
|
6
6
|
Author: Websolute Spa
|
|
@@ -228,7 +228,7 @@ dockerize app from src
|
|
|
228
228
|
|
|
229
229
|
```pwsh
|
|
230
230
|
docker build -f Dockerfile-src -t ws-bom-robot-app:src .
|
|
231
|
-
docker run --name ws-bom-robot-app-src -d -v "$(pwd)/ws_bom_robot_app:/app/ws_bom_robot_app" -v "$(pwd)/.data:/app/.data" -v "$(pwd)/tests:/app/tests" -p 6001:6001 ws-bom-robot-app:src
|
|
231
|
+
docker run --name ws-bom-robot-app-src -d -v "$(pwd)/ws_bom_robot_app:/app/ws_bom_robot_app" -v "$(pwd)/.data:/app/.data" -v "$(pwd)/tests:/app/tests" -v "$(pwd)/tmp:/tmp" -p 6001:6001 ws-bom-robot-app:src
|
|
232
232
|
```
|
|
233
233
|
|
|
234
234
|
### ✈️ publish
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/agent_description.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/models/__init__.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/models/main.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/tool_builder.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/tools/tool_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/agent_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/utils/faiss_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/__init__.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app/llm/vector_store/generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.26 → ws_bom_robot_app-0.0.27}/ws_bom_robot_app.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|