Refactor OpenVikingMemorySystemClient to use OpenVikingCredential and update session handling; increase EverOS timeout to 180 seconds; enhance tests for credential handling and vector removal in search results.
This commit is contained in:
@ -25,7 +25,7 @@ class OpenVikingConfig(BaseModel):
|
||||
class EverOSConfig(BaseModel):
|
||||
url: str = "http://127.0.0.1:1995"
|
||||
api_key: str = ""
|
||||
timeout: int = 30
|
||||
timeout: int = 180
|
||||
verify_ssl: bool = True
|
||||
health_path: str = "/health"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user