This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM codellama | |
PARAMAETER temperature 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
def cached_fn(dir_name: str, file_name: str, fn, verbose=True): | |
""" | |
Base the output of a function on a file. | |
If the file already exists, use it instead of running the function. | |
If the function was executed, write its output to the provided `dir_name` and `file_name`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from abc import ABC | |
from typing import List, Optional, Any | |
import chromadb | |
from langchain.docstore.document import Document | |
from langchain.embeddings.base import Embeddings | |
from langchain.vectorstores import Chroma | |
class CachedChroma(Chroma, ABC): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>ICanHaz + Backbone</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
<script src="http://underscorejs.org/underscore-min.js" ></script> | |
<script src="http://backbonejs.org/backbone-min.js" ></script> | |
<script src="https://github.com/andyet/ICanHaz.js/raw/master/ICanHaz.min.js" ></script> | |
<script id="user" type="text/html"> |