remove tqdm and cleaned readme and ollama
This commit is contained in:
@@ -19,7 +19,6 @@ import tiktoken
|
||||
from lightrag.prompt import PROMPTS
|
||||
|
||||
|
||||
|
||||
VERBOSE_DEBUG = os.getenv("VERBOSE", "false").lower() == "true"
|
||||
|
||||
|
||||
@@ -84,7 +83,6 @@ class EmbeddingFunc:
|
||||
return await self.func(*args, **kwargs)
|
||||
|
||||
|
||||
|
||||
def locate_json_string_body_from_string(content: str) -> str | None:
|
||||
"""Locate the JSON string body from a string"""
|
||||
try:
|
||||
@@ -715,4 +713,3 @@ def get_conversation_turns(
|
||||
)
|
||||
|
||||
return "\n".join(formatted_turns)
|
||||
|
||||
|
Reference in New Issue
Block a user