fix langfuse tests

This commit is contained in:
Max Deichmann 2023-12-12 12:00:41 +01:00
parent dc148c37b0
commit c8585a8983
3 changed files with 758 additions and 514 deletions

View file

@ -1,3 +1,4 @@
Giving up get_data(...) after 3 tries (prisma.errors.ClientNotConnectedError: Client is not connected to the query engine, you must call `connect()` before attempting to query data.) uploading batch of 2 items
Giving up get_data(...) after 3 tries (prisma.errors.ClientNotConnectedError: Client is not connected to the query engine, you must call `connect()` before attempting to query data.) successfully uploaded batch of 2 items
Giving up get_data(...) after 3 tries (prisma.errors.ClientNotConnectedError: Client is not connected to the query engine, you must call `connect()` before attempting to query data.) uploading batch of 2 items
successfully uploaded batch of 2 items

1262
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@ license = "MIT License"
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8.1"
openai = ">=1.0.0" openai = ">=1.0.0"
python-dotenv = ">=0.2.0" python-dotenv = ">=0.2.0"
tiktoken = ">=0.4.0" tiktoken = ">=0.4.0"
@ -23,6 +23,7 @@ uvicorn = {version = "^0.24.0.post1", optional = true}
fastapi = {version = "^0.104.1", optional = true} fastapi = {version = "^0.104.1", optional = true}
backoff = {version = "*", optional = true} backoff = {version = "*", optional = true}
rq = {version = "*", optional = true} rq = {version = "*", optional = true}
langfuse = "1.13.2"
[tool.poetry.extras] [tool.poetry.extras]
proxy = [ proxy = [