integrating agentic chroma

This commit is contained in:
= 2025-02-26 23:16:00 +10:00 committed by armistace
parent 1630df04e6
commit f2b862bb75

View File

@ -3,7 +3,6 @@ from ollama import Client
import chromadb
from langchain_ollama import ChatOllama
class OllamaGenerator:
def __init__(self, title: str, content: str, inner_title: str):