cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Sujitha
by Databricks Employee
  • 22397 Views
  • 13 replies
  • 23 kudos

Databricks Announces the Industry’s First Generative AI Engineer Learning Pathway and Certification

Today, we are announcing the industry's first Generative AI Engineer learning pathway and certification to help ensure that data and AI practitioners have the resources to be successful with generative AI. At Databricks, we recognize that generative ...

Screenshot 2024-01-24 at 11.32.01 PM.png
  • 22397 Views
  • 13 replies
  • 23 kudos
Latest Reply
LRALVA
Contributor II
  • 23 kudos

Thanks @Sujitha for sharing.

  • 23 kudos
12 More Replies
Krthk
by New Contributor
  • 353 Views
  • 1 replies
  • 0 kudos

Datbricks Notebook as a Server ?

Hello, What I'm trying to do : I have a piece of python code (an ai application) that i want to deploy as a server, almost exactly like one would lets say on an EC2. The only difference being instead of a flask api i would use dbutils and the databri...

  • 353 Views
  • 1 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

Hi @Krthk, Thanks for your question. Have you thought about using Model serving endpoint for your use-case: https://docs.databricks.com/aws/en/machine-learning/model-serving/ Launching a Databricks job via the REST API and dbutils is a different para...

  • 0 kudos
neha89
by New Contributor II
  • 1560 Views
  • 3 replies
  • 1 kudos

Resolved! Custom LLM Function similar to Databricks built in AI functions

Hi Team,I am new to Databricks and working on Gen AI requirements.Task - Build custom prompt with set of instructions to classify incident e.g. False Positive or True Positive. Input will be columns in Delta TableCan I build custom LLM function with ...

  • 1560 Views
  • 3 replies
  • 1 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 1 kudos

No problem, if you have any other question, let me know!

  • 1 kudos
2 More Replies
SaiVihAI
by New Contributor
  • 1129 Views
  • 1 replies
  • 0 kudos

Multi Vector Index

Can we create multi vector indexes on multiple embedding columns in delta table as part of databricks vector search

  • 1129 Views
  • 1 replies
  • 0 kudos
Latest Reply
santhakumar11
New Contributor III
  • 0 kudos

Hi SaiVihAIDatabricks Vector Search currently does not support creating multi-vector indexes that are directly based on multiple embedding columns in a Delta table. Creating separate vector indexes for each embedding column is an option.Ref  How to c...

  • 0 kudos
SaiVihAI
by New Contributor
  • 962 Views
  • 1 replies
  • 0 kudos

Vector Quantization

Does Databricks Vector Search support vector quantization?

  • 962 Views
  • 1 replies
  • 0 kudos
Latest Reply
santhakumar11
New Contributor III
  • 0 kudos

Hi SaiVihAIIn my opinion, Databricks utilizes Mosaic Vector Search, which is largely aided by the Hierarchial Navigable Small World (HNSW) algorithm for neighbor search and hybrid keyword similarity search.Ref   Mosaic AI Vector Search | Databricks D...

  • 0 kudos
aliciachimeno
by New Contributor II
  • 2085 Views
  • 7 replies
  • 5 kudos

Genie Agent Integration in Databricks

I'm developing an Agent using the Cookbook template and would like to incorporate a Genie agent. I came across the Databricks GitHub repository and noticed they're actively working on it: GitHub - Genie Agent. However, it seems to be in the early sta...

  • 2085 Views
  • 7 replies
  • 5 kudos
Latest Reply
NathanSundarara
Contributor
  • 5 kudos

I think Teams/Slack channel as a chat bot will be more exciting use case. When we demoed the Genie to our executives we are in Retail Industry Client and we have lots of stores one of the thing they said is this would be awesome if this can be in Tea...

  • 5 kudos
6 More Replies
dfighter1312
by New Contributor
  • 856 Views
  • 0 replies
  • 0 kudos

Behavior of Vector Index Sync with Delta Tables When Using OVERWRITE vs MERGE in Databricks

I'm working with vector search in Databricks using vector index sync with Delta tables, and I'm a bit unclear on how updates to the source table affect the vector index, specifically when using different write operations.If I overwrite the source Del...

  • 856 Views
  • 0 replies
  • 0 kudos
sebascardonal
by New Contributor II
  • 2074 Views
  • 4 replies
  • 0 kudos

LangGraph MemorySaver checkpointer usage with MLflow

Hi everyone.I am working on a graph that utilizes the MemorySaver class to incorporate short-term memory. This will enable me to maintain a multi-turn conversation with the user by storing the chat history.I am using the MLflow "models from code" fea...

  • 2074 Views
  • 4 replies
  • 0 kudos
Latest Reply
sebascardonal
New Contributor II
  • 0 kudos

Hi @moemedina. No, I didn't.I'm considering using ChatModel/ChatAgent class to wrap the graph and be able to move on. However, the MLflow documentation is still referring to ChatModel where Chat Agent is the latest recommendation:MLflow ChatModel Doc...

  • 0 kudos
3 More Replies
kirti-11
by New Contributor II
  • 808 Views
  • 0 replies
  • 1 kudos

Databricks Serving Endpoint 400 Error: Model Response Format Issue while langgraph tool calling

Dear Databricks Community,I am seeking assistance with an issue I've encountered while deploying a model on Databricks. When invoking the serving endpoint, I receive the following error message sometimes:400 Client Error: Error: Model response did no...

  • 808 Views
  • 0 replies
  • 1 kudos
SaiVihAI
by New Contributor
  • 662 Views
  • 1 replies
  • 0 kudos

Metadata filtering mechanism in Databricks Vector Search

Does Databricks vector search support pre-filtering or post-filtering or both in metadata filtering?

  • 662 Views
  • 1 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

Hello @SaiVihAI, Yes, It uses in-query filtering. The algorithm takes a series of iterative steps to determine if the filtered set is small enough to execute brute-force search or if it proceeds with AN

  • 0 kudos
Ulfzerk
by New Contributor
  • 771 Views
  • 0 replies
  • 0 kudos

Custom sentence transformer for indexing

Hi! i would like to use my own sentence transformer to create a vector index. It is not a problem using mlflow sentence-transformer flavour, it works fine with: mlflow.sentence_transformers.log_model( model, artifact_path="model", signatu...

  • 771 Views
  • 0 replies
  • 0 kudos