[Feature] Add Qdrant support (#822)

This commit is contained in:
Rupesh Bansal
2023-10-19 02:57:57 +05:30
committed by GitHub
parent 7641cba01d
commit c8846e0e93
17 changed files with 460 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
import pytest
from string import Template
import pytest
from embedchain.llm.base import BaseLlm, BaseLlmConfig