Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Aug 16, 2024
1 parent 47dd353 commit 0924b5b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 17 deletions.
2 changes: 1 addition & 1 deletion server/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_collection(request: CreateCollectionRequest):
Creates a new collection with the specified name.
"""
try:
collection = chroma_client.create_collection(
chroma_client.create_collection(
name=request.name
)
logger.info(f"Created collection with name: {request.name}")
Expand Down
Loading

0 comments on commit 0924b5b

Please sign in to comment.