punitchauhan771
punitchauhan771
Fixed syntax for hierarchical process in the document.
I am trying to write a simple pdf agent which would answer questions on the basis of pdf knowledge app.py ``` llm = Ollama(base_url = url,model=model,num_gpu=2) rag_tool = PDFSearchTool( pdf...
I'm facing issues connecting my Django application to a Snowflake warehouse using Snowpark Container Service and OAuth authentication. While the application can connect via the external network using username and...
added logic to connect to snowflake database inside snowpark container service, the logic contains a new flag: - is_spcs_connection : boolean -> which the user can provide whether they want...