adam-community 1.0.11__tar.gz → 1.0.12__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.
- {adam_community-1.0.11 → adam_community-1.0.12}/PKG-INFO +1 -1
- adam_community-1.0.12/adam_community/__version__.py +1 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/util.py +0 -3
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/PKG-INFO +1 -1
- adam_community-1.0.11/adam_community/__version__.py +0 -1
- {adam_community-1.0.11 → adam_community-1.0.12}/README.md +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/__init__.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/__init__.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/build.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/cli.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/init.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/parser.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/Makefile.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/README_kit.md.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/README_toolbox.md.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/__init__.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/configure.json.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/initial_assistant_message.md.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/initial_system_prompt.md.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/input.json.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/kit_python.py.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/long_description.md.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/toolbox_python.py.j2 +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/updater.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community/tool.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/SOURCES.txt +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/dependency_links.txt +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/entry_points.txt +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/requires.txt +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/top_level.txt +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/setup.cfg +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/setup.py +0 -0
- {adam_community-1.0.11 → adam_community-1.0.12}/test/test_util_tool.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.0.12"
|
|
@@ -184,9 +184,6 @@ def knowledgeSearch(query_info, messages_prev, project_name, collection_name, ma
|
|
|
184
184
|
if not collection_name:
|
|
185
185
|
raise ValueError("collection_name 参数是必需的")
|
|
186
186
|
|
|
187
|
-
if collection_name not in collections:
|
|
188
|
-
raise ValueError(f"知识库名称必须是下面之一:{collections}")
|
|
189
|
-
|
|
190
187
|
try:
|
|
191
188
|
# 使用本地RAG实现
|
|
192
189
|
rag = RAG()
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.0.11"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/README_kit.md.j2
RENAMED
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/README_toolbox.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/configure.json.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/kit_python.py.j2
RENAMED
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/long_description.md.j2
RENAMED
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community/cli/templates/toolbox_python.py.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adam_community-1.0.11 → adam_community-1.0.12}/adam_community.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|