cancel
Showing results for 
Search instead for 
Did you mean: 
ashfire
New Contributor II
since ‎09-29-2025
yesterday

User Stats

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I’m currently using FAISS in a Databricks notebook to perform semantic search in text data. My current workflow looks like this:encode ~10k text entries using an embedding model.build a FAISS index in memory.run similarity searches using index.search...
I deployed a simple Iris model in Databricks Model Serving and exposed it as an endpoint. I’m trying to query the endpoint using a service principal. I can successfully fetch the access token with the following databricks_token() function:def databri...
Kudos from
Kudos given to