📄️ Chat
Large Language Models (LLMs) like GPT-n from OpenAI, or Llama from Meta have been trained to generate text. We can use versions of these models that have been fine-tuned to act as chatbots, allowing you to interact with said models in a conversational style.
📄️ Semantic Search
Semantic search is used to query a corpus of documents in order to find information.
📄️ Classification
Text classification assigns two or more categories to text according to its content.
📄️ Topic Modeling
Topic modeling is a type of statistical modeling for discovering the abstract "topics" that occur in a collection of documents.
📄️ Summarization
Summarization creates a shorter version of a document which includes only the most important content.
📄️ Completion
Text completion takes a prompt and generates additional text as a response.
📄️ Translation
Translation converts text from in one language to another.