AidMateLLM / OLAP_Conn /OLAP_Connection.py
TahaFawzyElshrif
published first version
2ebf9ad
raw
history blame contribute delete
187 Bytes
class OLAP_Connection:
def __init__(self,):
pass
def make_data_frame(self,data_,name):
pass
def get_relevant_docs(self, embedded_query, top_k=3):
pass