arize-phoenix 4.1.3__py3-none-any.whl → 4.2.0__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.
Potentially problematic release.
This version of arize-phoenix might be problematic. Click here for more details.
- {arize_phoenix-4.1.3.dist-info → arize_phoenix-4.2.0.dist-info}/METADATA +1 -1
- {arize_phoenix-4.1.3.dist-info → arize_phoenix-4.2.0.dist-info}/RECORD +7 -7
- phoenix/db/README.md +2 -2
- phoenix/version.py +1 -1
- {arize_phoenix-4.1.3.dist-info → arize_phoenix-4.2.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-4.1.3.dist-info → arize_phoenix-4.2.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-4.1.3.dist-info → arize_phoenix-4.2.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -5,13 +5,13 @@ phoenix/exceptions.py,sha256=n2L2KKuecrdflB9MsCdAYCiSEvGJptIsfRkXMoJle7A,169
|
|
|
5
5
|
phoenix/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
6
|
phoenix/services.py,sha256=haZUWKuxfI5lm0o61HgW_4B6RTBg9CUbXC8y92ZMsw4,5121
|
|
7
7
|
phoenix/settings.py,sha256=cO-qgis_S27nHirTobYI9hHPfZH18R--WMmxNdsVUwc,273
|
|
8
|
-
phoenix/version.py,sha256=
|
|
8
|
+
phoenix/version.py,sha256=pU56ZDjCDnUbINe39hYuKXHy9UI9Tf4xjWgnxBlxEDk,22
|
|
9
9
|
phoenix/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
phoenix/core/embedding_dimension.py,sha256=zKGbcvwOXgLf-yrJBpQyKtd-LEOPRKHnUToyAU8Owis,87
|
|
11
11
|
phoenix/core/model.py,sha256=SBO8BZg_CeQuH5LrSgzlQfqMModzirkQePdhnbLw7dE,4756
|
|
12
12
|
phoenix/core/model_schema.py,sha256=lQaTvKS34yurHOJ53YD020uURLfgG3dqKC1NLQftOjA,50222
|
|
13
13
|
phoenix/core/model_schema_adapter.py,sha256=aFvNtpI01sdaLoKvEvcsx51vP5_6anP0_g9idcJNaCI,8287
|
|
14
|
-
phoenix/db/README.md,sha256=
|
|
14
|
+
phoenix/db/README.md,sha256=1Up6-TM6eMcAjgXR5SMTORTxMmhZWdwbOFwn72plx8Y,592
|
|
15
15
|
phoenix/db/__init__.py,sha256=pDjEFXukHmJBM-1D8RjmXkvLsz85YWNxMQczt81ec3A,118
|
|
16
16
|
phoenix/db/alembic.ini,sha256=p8DjVqGUs_tTx8oU56JP7qj-rMUebNFizItUSv_hPhs,3763
|
|
17
17
|
phoenix/db/bulk_inserter.py,sha256=jubepj2a40jFy95NB8UFznpkFnlRRwB-iOXZ6DS0au8,9493
|
|
@@ -183,8 +183,8 @@ phoenix/utilities/error_handling.py,sha256=7b5rpGFj9EWZ8yrZK1IHvxB89suWk3lggDayU
|
|
|
183
183
|
phoenix/utilities/logging.py,sha256=lDXd6EGaamBNcQxL4vP1au9-i_SXe0OraUDiJOcszSw,222
|
|
184
184
|
phoenix/utilities/project.py,sha256=qWsvKnG1oKhOFUowXf9qiOL2ia7jaFe_ijFFHEt8GJo,431
|
|
185
185
|
phoenix/utilities/span_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
186
|
-
arize_phoenix-4.
|
|
187
|
-
arize_phoenix-4.
|
|
188
|
-
arize_phoenix-4.
|
|
189
|
-
arize_phoenix-4.
|
|
190
|
-
arize_phoenix-4.
|
|
186
|
+
arize_phoenix-4.2.0.dist-info/METADATA,sha256=QC253gQnkTiirFJP5l96uFIQNS9PrFo8yOMCfdybUw8,11148
|
|
187
|
+
arize_phoenix-4.2.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
188
|
+
arize_phoenix-4.2.0.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
|
|
189
|
+
arize_phoenix-4.2.0.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
|
|
190
|
+
arize_phoenix-4.2.0.dist-info/RECORD,,
|
phoenix/db/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This module is responsible for the database connection and the migrations.
|
|
|
6
6
|
|
|
7
7
|
All migrations are managed by Alembic. Migrations are applied to the database automatically when the application starts.
|
|
8
8
|
|
|
9
|
-
### Applying
|
|
9
|
+
### Applying Migrations
|
|
10
10
|
|
|
11
11
|
To manually apply the migrations, run the following command:
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ To manually apply the migrations, run the following command:
|
|
|
14
14
|
alembic upgrade head
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
### Creating a
|
|
17
|
+
### Creating a Migration
|
|
18
18
|
|
|
19
19
|
All migrations are stored in the `migrations` folder. To create a new migration, run the following command:
|
|
20
20
|
|
phoenix/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "4.
|
|
1
|
+
__version__ = "4.2.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|