Skip to content

Commit

Permalink
TEMP: Use sqlalchemy-cratedb @ amo/polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 18, 2024
1 parent ddeae63 commit 224cc9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pycaret[models,parallel,test]==3.3.2
pydantic<2
python-dotenv<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.37.0
# sqlalchemy-cratedb==0.37.0

# Development.
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main
# mlflow-cratedb @ git+https://github.com/crate/mlflow-cratedb.git@main
sqlalchemy-cratedb @ git+https://github.com/crate/sqlalchemy-cratedb.git@amo/polyfill
3 changes: 2 additions & 1 deletion topic/machine-learning/llm-langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ python-dotenv<2
requests<3
requests-cache<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.37.0
# sqlalchemy-cratedb==0.37.0
unstructured<0.15

# Development.
# cratedb-toolkit @ git+https://github.com/crate-workbench/cratedb-toolkit.git@main
langchain[cratedb,openai] @ git+https://github.com/crate-workbench/langchain.git@cratedb-no-toolkit#subdirectory=libs/langchain
langchain-community @ git+https://github.com/crate-workbench/langchain.git@cratedb-no-toolkit#subdirectory=libs/community
# pueblo[cli,fileio,nlp] @ git+https://github.com/pyveci/pueblo.git@main
sqlalchemy-cratedb @ git+https://github.com/crate/sqlalchemy-cratedb.git@amo/polyfill

0 comments on commit 224cc9b

Please sign in to comment.