silence faiss info logs (#2557)
This commit is contained in:
@@ -9,6 +9,9 @@ import numpy as np
|
||||
from pydantic import BaseModel
|
||||
|
||||
try:
|
||||
logging.getLogger("faiss").setLevel(logging.WARNING)
|
||||
logging.getLogger("faiss.loader").setLevel(logging.WARNING)
|
||||
|
||||
import faiss
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mem0ai"
|
||||
version = "0.1.90"
|
||||
version = "0.1.91"
|
||||
description = "Long-term memory for AI Agents"
|
||||
authors = ["Mem0 <founders@mem0.ai>"]
|
||||
exclude = [
|
||||
|
||||
Reference in New Issue
Block a user