Skip to content

Commit 8d21ab9

Browse files
authored
Merge pull request #14 from ittia-research/dev
debug
2 parents 36ea2cb + 4eff476 commit 8d21ab9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
llm_long = dspy.OpenAI(model=settings.LLM_MODEL_NAME, api_base=f"{settings.OPENAI_BASE_URL}/", max_tokens=500, stop='\n\n')
1111

1212
from .citation import Citation
13-
from .ollama_embedding import OllamaEmbedding
1413
from .retrieve import LlamaIndexRM
1514
from .search import Search
1615
from .search_query import SearchQuery

0 commit comments

Comments
 (0)