Skip to content

Commit

Permalink
Merge pull request #44 from iQuxLE/duckdbadapter_implementation
Browse files Browse the repository at this point in the history
duckdb_adapter implementation
  • Loading branch information
caufieldjh authored Aug 1, 2024
2 parents 07b7a70 + e959ee0 commit 244e39d
Show file tree
Hide file tree
Showing 73 changed files with 10,102 additions and 267 deletions.
8,358 changes: 8,354 additions & 4 deletions notebooks/api/Search.ipynb

Large diffs are not rendered by default.

60 changes: 58 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ gspread = "^5.10.0"
defusedxml = "^0.7.1"
click-default-group = "^1.2.4"
venomx = "^0.1.1"
duckdb = "^1.0.0"
python-dotenv = "^1.0.1"

[tool.poetry.dev-dependencies]
pytest = ">=7.1.2"
Expand Down
1 change: 1 addition & 0 deletions src/curate_gpt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"""

import importlib_metadata

try:
Expand Down
Loading

0 comments on commit 244e39d

Please sign in to comment.