Skip to content

Commit

Permalink
add collections annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Nov 5, 2024
1 parent c4255ad commit bf96b0b
Show file tree
Hide file tree
Showing 4 changed files with 788 additions and 116 deletions.
4 changes: 3 additions & 1 deletion py/core/main/api/v3/chunks_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ async def search_chunks(
from r2r import R2RClient
client = R2RClient("http://localhost:7272")
chunk = client.chunks.retrieve(id="b4ac4dd6-5f27-596e-a55b-7cf242ca30aa")
chunk = client.chunks.retrieve(
id="b4ac4dd6-5f27-596e-a55b-7cf242ca30aa"
)
""",
}
]
Expand Down
Loading

0 comments on commit bf96b0b

Please sign in to comment.