Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 3.99 KB

resources.md

File metadata and controls

55 lines (28 loc) · 3.99 KB

Resources

An attempt to gather some of the links and resources we have used while working on this project.

  • Tutorial: Explore Azure OpenAI Service embeddings and document search

    The page you provided is a tutorial on how to use OpenAI’s GPT-3 model with Azure Cognitive Services. It provides step-by-step instructions on how to create an Azure Cognitive Services account, create an OpenAI API key, install the OpenAI Python package, and use the OpenAI Python package to generate text using GPT-3.

  • ChatGPT Retrieval Plugin

    The ChatGPT Retrieval Plugin repository provides a flexible solution for semantic search and retrieval of personal or organizational documents using natural language queries

  • Paul Graham GPT

    AI-powered search and chat for Paul Graham's essays.

  • Knowledge Retrieval Architecture for LLM’s (2023)

    The page you provided is an article on knowledge retrieval architecture for LLMs. It discusses the importance of knowledge retrieval in LLMs, the challenges of knowledge retrieval in LLMs, a proposed architecture for knowledge retrieval in LLMs, and an evaluation of the proposed architecture.

  • Haystack

    Haystack is an open-source framework for building search systems that work intelligently over large document collections. Recent advances in NLP have enabled the application of question answering, retrieval and summarization to real world settings and Haystack is designed to be the bridge between research and industry.

  • LangChain

    A junger alternative for Haystack, more bleeding edge.

    LangChain is a framework for developing applications powered by language models. We believe that the most powerful and differentiated applications will not only call out to a language model via an API, but will also: Be data-aware: connect a language model to other sources of data, Be agentic: allow a language model to interact with its environment

  • Semantic Kernel

    What is a vector Database

    As I dislike python, and as I have not worked with it much the yak-shaving associated with it, I have been looking for a way to use these models though ML.Net. This is just the result of a 5 minutes Google round but, might be nice venue for the future. source

  • OpenAI Embeddings

    A description of the OpenAI's intrerpretation of Embeddings

  • Video about how vector embeddings work

    The slides

  • How transformers work

  • Building LLM applications for production

    The page you provided is an article on LLM engineering. It discusses the importance of LLM engineering, the challenges of LLM engineering, and promising use cases for LLMs.

  • How to customize LLMs like ChatGPT with your own data and documents

    The page you provided is an article on customizing ChatGPT LLM embeddings. It discusses the importance of LLM embeddings, the challenges of LLM embeddings, and how to customize ChatGPT LLM embeddings.

  • Vector database Faiss