Tags: cache*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. In this notebook, we will explore a typical RAG solution where we will utilize an open-source model and the vector database Chroma DB. However, we will integrate a semantic cache system that will store various user queries and decide whether to generate the prompt enriched with information from the vector database or the cache.
    2024-03-12 Tags: , , , , by klotz
  2. output = sqlContext.sql("SELECT * From people")
    output.registerTempTable('people2')
    sqlContext.cacheTable('people2')
    sqlContext.sql("SELECT count(*) From people2").collect()
    2016-11-18 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "cache"

About - Propulsed by SemanticScuttle