4 lines
103 B
Python
4 lines
103 B
Python
from . import search
|
|
from rag.utils import ELASTICSEARCH
|
|
|
|
retrievaler = search.Dealer(ELASTICSEARCH) |