Skip to content

Commit 347049b

Browse files
authored
chore: upgrade cocoindex dep (#29)
1 parent 58971d5 commit 347049b

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"mcp>=1.0.0",
26-
"cocoindex[litellm]==1.0.0a22",
26+
"cocoindex[litellm]==1.0.0a23",
2727
"sentence-transformers>=2.2.0",
2828
"sqlite-vec>=0.1.0",
2929
"pydantic>=2.0.0",

src/cocoindex_code/indexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
@coco.fn(memo=True)
6767
async def process_file(
68-
file: localfs.AsyncFile,
68+
file: localfs.File,
6969
table: sqlite.TableTarget[CodeChunk],
7070
) -> None:
7171
"""Process a single file: chunk, embed, and store."""

uv.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)