enh: bypass embedding and retrieval

This commit is contained in:
Timothy Jaeryang Baek
2025-02-26 15:42:19 -08:00
parent 1c2e36f1b7
commit 57010901e6
10 changed files with 486 additions and 370 deletions

View File

@@ -107,8 +107,7 @@ class ChromaClient:
}
)
return None
except Exception as e:
log.exception(f"{e}")
except:
return None
def get(self, collection_name: str) -> Optional[GetResult]: