mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
sql
This commit is contained in:
@@ -17,11 +17,6 @@ from ell.util.serialization import pydantic_ltype_aware_cattr
|
||||
import gzip
|
||||
import json
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class SQLStore(ell.store.Store):
|
||||
def __init__(self, db_uri: str, has_blob_storage: bool = False):
|
||||
self.engine = create_engine(db_uri,
|
||||
|
||||
@@ -37,4 +37,5 @@ class InvocationsAggregate(BaseModel):
|
||||
unique_lmps: int
|
||||
# successful_invocations: int
|
||||
# success_rate: float
|
||||
graph_data: List[GraphDataPoint]
|
||||
graph_data: List[GraphDataPoint]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user