ws-bom-robot-app 0.0.70__tar.gz → 0.0.72__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.70/ws_bom_robot_app.egg-info → ws_bom_robot_app-0.0.72}/PKG-INFO +2 -1
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/requirements.txt +1 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/setup.py +1 -1
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/agent_lcel.py +8 -3
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/models/api.py +1 -1
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/cms.py +34 -29
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72/ws_bom_robot_app.egg-info}/PKG-INFO +2 -1
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app.egg-info/requires.txt +1 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/MANIFEST.in +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/README.md +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/pyproject.toml +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/setup.cfg +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/auth.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/config.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/cron_manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/agent_context.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/agent_description.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/agent_handler.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/api.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/defaut_prompt.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/feedbacks/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/feedbacks/feedback_manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/main.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/models/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/models/base.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/models/feedback.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/models/kb.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/nebuly_handler.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/providers/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/providers/llm_manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/settings.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/models/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/models/main.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/tool_builder.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/tool_manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/utils.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/agent.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/chunker.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/download.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/kb.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/print.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/secrets.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/utils/webhooks.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/base.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/chroma.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/faiss.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/qdrant.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/generator.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/azure.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/base.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/confluence.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/dropbox.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/gcs.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/github.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/googledrive.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/jira.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/s3.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/sftp.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/sharepoint.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/sitemap.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/slack.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/integration/thron.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/loader/__init__.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/loader/base.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/loader/docling.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/loader/json_loader.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/main.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/task_manager.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/util.py +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app.egg-info/SOURCES.txt +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app.egg-info/dependency_links.txt +0 -0
- {ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ws_bom_robot_app
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.72
|
|
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
|
|
@@ -32,6 +32,7 @@ Requires-Dist: chromadb==1.0.13
|
|
|
32
32
|
Requires-Dist: langchain_chroma==0.2.4
|
|
33
33
|
Requires-Dist: fastembed==0.7.1
|
|
34
34
|
Requires-Dist: langchain-qdrant==0.2.0
|
|
35
|
+
Requires-Dist: qdrant-client==1.15.0
|
|
35
36
|
Requires-Dist: lark==1.2.2
|
|
36
37
|
Requires-Dist: unstructured==0.16.21
|
|
37
38
|
Requires-Dist: unstructured[image]
|
|
@@ -4,7 +4,7 @@ _requirements = [line.split('#')[0].strip() for line in open("requirements.txt")
|
|
|
4
4
|
|
|
5
5
|
setup(
|
|
6
6
|
name="ws_bom_robot_app",
|
|
7
|
-
version="0.0.
|
|
7
|
+
version="0.0.72",
|
|
8
8
|
description="A FastAPI application serving ws bom/robot/llm platform ai.",
|
|
9
9
|
long_description=open("README.md", encoding='utf-8').read(),
|
|
10
10
|
long_description_content_type="text/markdown",
|
|
@@ -23,14 +23,19 @@ class AgentLcel:
|
|
|
23
23
|
self.executor = self.__create_agent()
|
|
24
24
|
|
|
25
25
|
async def __create_prompt(self, input: dict) -> ChatPromptTemplate:
|
|
26
|
+
from langchain_core.messages import SystemMessage
|
|
26
27
|
message : LlmMessage = input[self.memory_key][-1]
|
|
27
28
|
rules_prompt = await get_rules(self.embeddings, self.rules, message.content) if self.rules else ""
|
|
28
29
|
system = default_prompt + (tool_prompt(render_text_description(self.__tools)) if len(self.__tools)>0 else "") + self.sys_message + rules_prompt
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
prompt = ChatPromptTemplate(
|
|
31
|
+
messages=[
|
|
32
|
+
SystemMessage(content=system), #from ("system",system) to avoid improper f-string substitutions
|
|
31
33
|
MessagesPlaceholder(variable_name=self.memory_key),
|
|
32
34
|
MessagesPlaceholder(variable_name="agent_scratchpad"),
|
|
33
|
-
]
|
|
35
|
+
],
|
|
36
|
+
template_format=None,
|
|
37
|
+
)
|
|
38
|
+
return prompt
|
|
34
39
|
|
|
35
40
|
def __create_agent(self) -> AgentExecutor:
|
|
36
41
|
agent: Any = (
|
|
@@ -154,7 +154,7 @@ class LlmApp(BaseModel):
|
|
|
154
154
|
for tool in self.app_tools or []:
|
|
155
155
|
tool.vector_db = os.path.join(_vector_db_folder, os.path.splitext(os.path.basename(tool.vector_db))[0]) if tool.vector_db else None
|
|
156
156
|
def api_key(self):
|
|
157
|
-
return self.secrets.get("
|
|
157
|
+
return self.secrets.get("apiKey", "")
|
|
158
158
|
def get_llm(self) -> LlmInterface:
|
|
159
159
|
return LlmManager._list[self.provider](LlmConfig(
|
|
160
160
|
api_key=self.api_key(),
|
|
@@ -50,35 +50,40 @@ async def get_apps() -> list[CmsApp]:
|
|
|
50
50
|
for cms_app in cms_apps:
|
|
51
51
|
if __attr(cms_app,"isActive",default=True) == True:
|
|
52
52
|
_cms_app_dict = DictObject.from_dict(cms_app)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
53
|
+
try:
|
|
54
|
+
_app: CmsApp = CmsApp(
|
|
55
|
+
id=_cms_app_dict.id,
|
|
56
|
+
name=_cms_app_dict.name,
|
|
57
|
+
mode=_cms_app_dict.mode,
|
|
58
|
+
prompt_samples=[__attr(sample,'sampleInputText') or f"{sample.__dict__}" for sample in _cms_app_dict.contents.sampleInputTexts],
|
|
59
|
+
credentials=CmsAppCredential(app_key=_cms_app_dict.settings.credentials.appKey,api_key=_cms_app_dict.settings.credentials.apiKey),
|
|
60
|
+
rq=StreamRequest(
|
|
61
|
+
#thread_id=str(uuid.uuid1()),
|
|
62
|
+
messages=[],
|
|
63
|
+
secrets={
|
|
64
|
+
"apiKey": __attr(_cms_app_dict.settings,'llmConfig','secrets','apiKey', default=''),
|
|
65
|
+
"langChainApiKey": __attr(_cms_app_dict.settings,'llmConfig','secrets','langChainApiKey', default=''),
|
|
66
|
+
"nebulyApiKey": __attr(_cms_app_dict.settings,'llmConfig','secrets','nebulyApiKey', default=''),
|
|
67
|
+
},
|
|
68
|
+
system_message=__attr(_cms_app_dict.settings,'llmConfig','prompt','prompt','systemMessage') if __attr(_cms_app_dict.settings,'llmConfig','prompt','prompt','systemMessage') else __attr(_cms_app_dict.settings,'llmConfig','prompt','systemMessage'),
|
|
69
|
+
provider= __attr(_cms_app_dict.settings,'llmConfig','provider') or 'openai',
|
|
70
|
+
model= __attr(_cms_app_dict.settings,'llmConfig','model') or 'gpt-4o',
|
|
71
|
+
temperature=_cms_app_dict.settings.llmConfig.temperature or 0,
|
|
72
|
+
app_tools=[LlmAppTool(**tool) for tool in cms_app.get('settings').get('appTools',[])],
|
|
73
|
+
rules=LlmRules(
|
|
74
|
+
vector_type=__attr(_cms_app_dict.settings,'rules','vectorDbType', default='faiss'),
|
|
75
|
+
vector_db=__attr(_cms_app_dict.settings,'rules','vectorDbFile','filename'),
|
|
76
|
+
threshold=__attr(_cms_app_dict.settings,'rules','threshold', default=0.7)
|
|
77
|
+
) if __attr(_cms_app_dict.settings,'rules','vectorDbFile','filename') else None,
|
|
78
|
+
#fine_tuned_model=__attr(_cms_app_dict.settings,'llmConfig','fineTunedModel'),
|
|
79
|
+
lang_chain_tracing= __attr(_cms_app_dict.settings,'llmConfig','langChainTracing', default=False),
|
|
80
|
+
lang_chain_project= __attr(_cms_app_dict.settings,'llmConfig','langChainProject', default='')
|
|
81
|
+
))
|
|
82
|
+
except Exception as e:
|
|
83
|
+
import traceback
|
|
84
|
+
ex = traceback.format_exc()
|
|
85
|
+
logging.error(f"Error creating CmsApp {_cms_app_dict.name} from dict: {e}\n{ex}")
|
|
86
|
+
continue
|
|
82
87
|
if _app.rq.app_tools:
|
|
83
88
|
for tool in _app.rq.app_tools:
|
|
84
89
|
_knowledgeBase = tool.knowledgeBase
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ws_bom_robot_app
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.72
|
|
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
|
|
@@ -32,6 +32,7 @@ Requires-Dist: chromadb==1.0.13
|
|
|
32
32
|
Requires-Dist: langchain_chroma==0.2.4
|
|
33
33
|
Requires-Dist: fastembed==0.7.1
|
|
34
34
|
Requires-Dist: langchain-qdrant==0.2.0
|
|
35
|
+
Requires-Dist: qdrant-client==1.15.0
|
|
35
36
|
Requires-Dist: lark==1.2.2
|
|
36
37
|
Requires-Dist: unstructured==0.16.21
|
|
37
38
|
Requires-Dist: unstructured[image]
|
|
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.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/agent_description.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/feedbacks/__init__.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
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/providers/__init__.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/providers/llm_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/models/__init__.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/models/main.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/tool_builder.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/tools/tool_manager.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
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/__init__.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/__init__.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/base.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/chroma.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/faiss.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/manager.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/db/qdrant.py
RENAMED
|
File without changes
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/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
|
{ws_bom_robot_app-0.0.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app/llm/vector_store/loader/base.py
RENAMED
|
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.70 → ws_bom_robot_app-0.0.72}/ws_bom_robot_app.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|