Category: Uncategorized

  • HTML Chatbot Template-1

    Databricks has its own databricks agent UI App. However, if you want to free charge of html app, Databricks agent can be displayed in HTML format as left side Chatbot Template HTML CSS Message Us × Hello! How can I help you today? Send 💬 Designing an HTML chatbot template Designing an HTML chatbot template…

  • Building a RAG Server with a Vector Database in Databricks-Part 2

    Overview Here’s the high-level architecture we’ll build the rest of them: ▼ Model Register-Part 2 ▼ Model Deployment -Part 2 Model Register Navigate to the Artifacts section of your MLflow run, select the model folder, and click Register Model. Choose the Unity Catalog as the destination. Model Deploy for Serving REST API Testing REST API can be tested by a…

  • Building a RAG Server with a Vector Database in Databricks-Part 1

    Retrieval-Augmented Generation (RAG) has quickly become one of the most practical platforms for producing an AI chatbot. Instead of relying solely on a pre-defined knowledge base, RAG server responses in your own data — making it accurate, up-to-date, and explainable. Databricks is an excellent built in vector index platform for a RAG server. It combines…

  • Data forecasting using dax

    Sometime we need a data forecasting in Power BI but It seems it is not easy to implement forecasting feature using Python code due to a public network. In the case, using dax is an alternative option There are several forecasting model in time series data in data science field LINEST and LINESTX are DAX…