Tsovak Sahakyan

Results 9 comments of Tsovak Sahakyan
trafficstars

hey @theoneLee, try to replace `protoc -I=. ...` to `protoc -I=. -I$(GOPATH)/src ...` in the makefile

it is just not working without FastAPI dependency ``` chain = index.as_query_engine( chat_mode=ChatMode.BEST, memory=memory, streaming=True, vector_store_query_mode=VectorStoreQueryMode.DEFAULT, similarity_top_k=1, text_qa_template=text_qa_template, refine_template=refine_template, ) streaming_response = chain.query(user_input) for chunk in streaming_response.response_gen: yield f"{chunk}" ```...

@delfrrr is it related to #114 or #113? if yes, should we take 114,113 first?

https://vanna.ai/docs/ train a RAG "model" on your data, and then ask questions which will return SQL queries that can be set up to automatically run on your database.

Azure provides a Complition "Natural language to SQL". One of approach is to use Azure AI service. Input: ``` ### Postgres SQL tables, with their properties: # # Employee(id, name,...

> But what happens next after this exception is raised? Workers hang or restart? In second case I guess it's fine to leave this implementation as is. I enabled debug...

hello @truly-indian , thanks for opening issue. we have Dekart database for storing metadata and **DEKART_POSTGRES_DATA_CONNECTION** to manage only data to visualize. what do you mean it is incorrect? as...

> @Tsovak As you mentioned you have DEKART_POSTGRES_DATA_CONNECTION to manage only data to visualize. What I am saying is that in the code where you are connecting to PG you...

the related PR opened to fix the documentation https://github.com/dekart-xyz/www/pull/35