Skip to content

finnstr/firebase-extensions-extended-firestore-vector-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

766 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Extensions Extended Firestore Vector Search

This repository extends the existing Firebase extension firestore-vector-search with the following enhanced functionality:

Features

  • Distance Result Field: Returns the distanceResultField to check how good the search results are
  • Distance Threshold: Add distanceThreshold to your query to only find documents that truly match the search criteria
  • Enhanced Query Results: ext-firestore-vector-search-queryCallable returns the actual documents instead of only the IDs

Installation

  1. Clone this repository into your workspace:

    git clone <repository-url>
  2. Install the extension in your Firebase project:

    firebase ext:install ../firebase-extensions-extended-firestore-vector-search/firestore-vector-search

    Note: Make sure to replace the path with your actual local path to the extension.

  3. Configure the extension according to your needs

  4. Deploy the extension:

    firebase deploy --only extensions

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 93.9%
  • Java 3.1%
  • JavaScript 1.7%
  • Shell 1.3%