Siddharth

Results 3 comments of Siddharth

what if my api_base is different for chat-model and embedding model ,along with token. I am able to use .env file to read and create a langchain azure llm ,...

This is not what I am talking about @dosu I have multiple workflows : sql_flow = SQLFlow() db_qna_flow = DBQnaFlow() document_flow = DocumentFlow() user could give any request. How can...

@mezamateoj Unfortunately no. I've been using llama-index's selector prompt and some openai function calling to perform orchestration. The example you shared does not serve our purpose.