langroid 0.50.0__py3-none-any.whl → 0.50.1__py3-none-any.whl
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.
- langroid/agent/special/doc_chat_agent.py +1 -1
- {langroid-0.50.0.dist-info → langroid-0.50.1.dist-info}/METADATA +1 -1
- {langroid-0.50.0.dist-info → langroid-0.50.1.dist-info}/RECORD +5 -5
- {langroid-0.50.0.dist-info → langroid-0.50.1.dist-info}/WHEEL +0 -0
- {langroid-0.50.0.dist-info → langroid-0.50.1.dist-info}/licenses/LICENSE +0 -0
@@ -197,7 +197,7 @@ class DocChatAgentConfig(ChatAgentConfig):
|
|
197
197
|
# Allow vecdb to be None in case we want to explicitly set it later
|
198
198
|
vecdb: Optional[VectorStoreConfig] = QdrantDBConfig(
|
199
199
|
collection_name="doc-chat-qdrantdb",
|
200
|
-
replace_collection=
|
200
|
+
replace_collection=False,
|
201
201
|
storage_path=".qdrantdb/data/",
|
202
202
|
embedding=hf_embed_config if has_sentence_transformers else oai_embed_config,
|
203
203
|
)
|
@@ -14,7 +14,7 @@ langroid/agent/xml_tool_message.py,sha256=6SshYZJKIfi4mkE-gIoSwjkEYekQ8GwcSiCv7a
|
|
14
14
|
langroid/agent/callbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
15
|
langroid/agent/callbacks/chainlit.py,sha256=UHB6P_J40vsVnssosqkpkOVWRf9NK4TOY0_G2g_Arsg,20900
|
16
16
|
langroid/agent/special/__init__.py,sha256=gik_Xtm_zV7U9s30Mn8UX3Gyuy4jTjQe9zjiE3HWmEo,1273
|
17
|
-
langroid/agent/special/doc_chat_agent.py,sha256=
|
17
|
+
langroid/agent/special/doc_chat_agent.py,sha256=dOL9Y0xAslkwepCdKU8Dc1m5Vk8qgk-gLbU4JzsmTII,65234
|
18
18
|
langroid/agent/special/lance_doc_chat_agent.py,sha256=s8xoRs0gGaFtDYFUSIRchsgDVbS5Q3C2b2mr3V1Fd-Q,10419
|
19
19
|
langroid/agent/special/lance_tools.py,sha256=qS8x4wi8mrqfbYV2ztFzrcxyhHQ0ZWOc-zkYiH7awj0,2105
|
20
20
|
langroid/agent/special/relevance_extractor_agent.py,sha256=zIx8GUdVo1aGW6ASla0NPQjYYIpmriK_TYMijqAx3F8,4796
|
@@ -128,7 +128,7 @@ langroid/vector_store/pineconedb.py,sha256=otxXZNaBKb9f_H75HTaU3lMHiaR2NUp5MqwLZ
|
|
128
128
|
langroid/vector_store/postgres.py,sha256=wHPtIi2qM4fhO4pMQr95pz1ZCe7dTb2hxl4VYspGZoA,16104
|
129
129
|
langroid/vector_store/qdrantdb.py,sha256=O6dSBoDZ0jzfeVBd7LLvsXu083xs2fxXtPa9gGX3JX4,18443
|
130
130
|
langroid/vector_store/weaviatedb.py,sha256=Yn8pg139gOy3zkaPfoTbMXEEBCiLiYa1MU5d_3UA1K4,11847
|
131
|
-
langroid-0.50.
|
132
|
-
langroid-0.50.
|
133
|
-
langroid-0.50.
|
134
|
-
langroid-0.50.
|
131
|
+
langroid-0.50.1.dist-info/METADATA,sha256=IdlSDnu36wyODK2y5tWLO36LczLGCMwtc5XB4gtOMYU,63641
|
132
|
+
langroid-0.50.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
133
|
+
langroid-0.50.1.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
|
134
|
+
langroid-0.50.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|