runtime | ||
smol-core | ||
templates | ||
web-multi | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md |
smol-language-model
This is a small language model built around open and available public but willing sources.
smol-core
smol-core is the core datastructures and utilities to run the
Data Sources
- name - url
description - name2 - url2
description2
Ables Crackpot Ideas
This is a list of ideas that use the llm I have for the language model.
Gemma
Gemma is a general purpose application meant to build you a plan for a specific task.
prompt= 'hey gemma build me a plan for making a website'
response= """
hey sure thing but first some questions
1) what kind of website do you want to make?
2) which tools would you like me to use?
3) which tools would you like me not to use?
"""
indexing
indexing is the process of creating a searchable index of a document or set of documents.
I do not have a list of techs for this yet
- abc
- def
- ghi
retrieval-augmented generation
retrieval
semantic search tools are used to retrieve relevant documents from a searchable index based on a query.
examples
- elasticsearch
snippet generation
a snippet is a small piece of text that is relevant to the generation task.