Skip to content

Commit

Permalink
Merge branch 'main' into config-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Jan 14, 2025
2 parents b423dd4 + 4637270 commit 1a4dcc8
Show file tree
Hide file tree
Showing 192 changed files with 3,426 additions and 2,332 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ dist/
.coverage
coverage/
licenses.txt
examples_notebooks/*/lancedb
examples_notebooks/*/data
tests/fixtures/cache
tests/fixtures/*/cache
tests/fixtures/*/output
lancedb/
output/lancedb


# Random
.DS_Store
Expand Down
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20241220191518597340.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "unit tests for text_splitting"
}
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20250106222701371588.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "add cosmosdb vector store"
}
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20250110173747052255.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Set default rate limits."
}
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20250111053519838533.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Fix example notebooks"
}
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ignorePaths:
- package.json
- tests/fixtures/
- examples_notebooks/inputs/
- docs/examples_notebooks/inputs/
- "*.csv"
- "*.parquet"
- "*.faiss"
Expand Down
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fillna
noqa
dtypes
ints
genid

# Azure
abfs
Expand Down
1 change: 1 addition & 0 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Available scripts are:
- `poetry run poe test_unit` - This will execute unit tests.
- `poetry run poe test_integration` - This will execute integration tests.
- `poetry run poe test_smoke` - This will execute smoke tests.
- `poetry run poe test_verbs` - This will execute tests of the basic workflows.
- `poetry run poe check` - This will perform a suite of static checks across the package, including:
- formatting
- documentation formatting
Expand Down
Loading

0 comments on commit 1a4dcc8

Please sign in to comment.