Fix Langfuse import and update LangfuseInstance
This commit is contained in:
parent
7e71bec7e4
commit
0d8c1bc6df
3 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ from fastapi.responses import FileResponse
|
|||
from fastapi.staticfiles import StaticFiles
|
||||
from langflow.api import router
|
||||
from langflow.interface.utils import setup_llm_caching
|
||||
from langflow.services.plugins.langfuse import LangfuseInstance
|
||||
from langflow.services.plugins.langfuse_plugin import LangfuseInstance
|
||||
from langflow.services.utils import initialize_services, teardown_services
|
||||
from langflow.utils.logger import configure
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class Settings(BaseSettings):
|
|||
REDIS_DB: int = 0
|
||||
REDIS_CACHE_EXPIRE: int = 3600
|
||||
|
||||
PLUGIN_DIR: Optional[str] = None
|
||||
# PLUGIN_DIR: Optional[str] = None
|
||||
|
||||
LANGFUSE_SECRET_KEY: Optional[str] = None
|
||||
LANGFUSE_PUBLIC_KEY: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue