databutton 0.36.11__py3-none-any.whl → 0.36.12__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.
databutton/rag/chroma.py CHANGED
@@ -24,7 +24,7 @@ class Chroma:
24
24
  with open(".tmp/chroma/chroma.zip", "wb") as file:
25
25
  file.write(stream)
26
26
  shutil.unpack_archive("chroma.zip", self.path)
27
- finally:
27
+ except FileNotFoundError:
28
28
  pass
29
29
  # Instigate the client
30
30
  the_client = chromadb.PersistentClient(self.path)
databutton/version.py CHANGED
@@ -5,4 +5,4 @@ This module contains project version information.
5
5
  .. moduleauthor:: Databutton <support@databutton.com>
6
6
  """
7
7
 
8
- __version__ = "0.36.11"
8
+ __version__ = "0.36.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: databutton
3
- Version: 0.36.11
3
+ Version: 0.36.12
4
4
  Summary: The CLI for databutton.com
5
5
  License: Databutton
6
6
  Author: Databutton
@@ -14,14 +14,14 @@ databutton/notify/__init__.py,sha256=p6x5D_8q-EXQHS4TuK7_Dli_PdBRPowrQjKOA1_TaVk
14
14
  databutton/notify/email.py,sha256=Yq7UD7D_g2epeIPchLIQXXcq61rZqqIzSfRxggK-sXg,12349
15
15
  databutton/notify/send.py,sha256=cj-TG0jwolEXwJJVxeBxwpfg_it03KoImUn30qAbbQE,749
16
16
  databutton/rag/__init__.py,sha256=O_QGqsZGxDLE-HXoC7E3nwB1MuQwNpL0kTm21Y7an_k,68
17
- databutton/rag/chroma.py,sha256=sdaeXv1sUDlK6EatW4D5QAWpmaOXxVUAmsH5dAXH2kc,939
17
+ databutton/rag/chroma.py,sha256=bBYEHMgV6EL0hWZyaDzAvfkSkhM_s5qicREZhsXJ-7U,956
18
18
  databutton/secrets/__init__.py,sha256=sI0okrfRBs2l5tcLTrKc9uUfPVVRMM9D7WED8p226tI,128
19
19
  databutton/secrets/secrets.py,sha256=pehXsD09iKTxHaNQJ6awvIHXgRXBJrf4Xhrc11ZUeOk,3427
20
20
  databutton/storage/__init__.py,sha256=7ZNd4eQQ7lYYIe1MqCuFbFF1aAVCuj2c_zmJfaPVlDY,252
21
21
  databutton/storage/storage.py,sha256=2qsszaYaagKUU08aDr6psexpHQlQP4i3TswdkijUZEY,20355
22
22
  databutton/user.py,sha256=QWyWV_G_bnfIJ9js2itOwBk4zqXgBUF9h8lf5mygef8,503
23
- databutton/version.py,sha256=K4Z6ENKdVubWSTyh3eepdNXuExr94Qkg8kHE2ZCHCJk,176
24
- databutton-0.36.11.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
25
- databutton-0.36.11.dist-info/METADATA,sha256=iGqzENNcF0dWZCVa4gxXWn74iKntNVwvkI0pImN_dlE,2796
26
- databutton-0.36.11.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
27
- databutton-0.36.11.dist-info/RECORD,,
23
+ databutton/version.py,sha256=h3tpMa_35SMqh9w2wb4wegJIcuJ4zv-YyQbRGvCbXb8,176
24
+ databutton-0.36.12.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
25
+ databutton-0.36.12.dist-info/METADATA,sha256=4oy8Bp7JhBCycCFCGgSkw_qk09KVKFenvp-JkV-QSqU,2796
26
+ databutton-0.36.12.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
27
+ databutton-0.36.12.dist-info/RECORD,,