KO
|
EN
gitlite — search
Search
#android
#javascript
#golang
#java
#react
#go
#ethereum
#vpn
#kotlin
#json
#svg
#typescript
besties-gpt
★ 62
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ViTGaze
:
Official code of "ViTGaze: Gaze Following with Interaction Features in Vision Transformers"
LightSumTypes.jl
:
Easy-to-use sum types in Julia
nanabox
:
No login, fast and free file uploading
AI-Automation
:
Intelligent AI automation examples using Bito CLI and tools
finan_master_app
:
Aplicativo para gerenciar despesas e receitas de forma eficiente, ajudando a ter uma visão clara e organizada das finanças pessoais.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
besties-gpt
?
Download (.md)
# Besties-GPT This app enables AI-powered search for the ALL IN podcast. App is here: https://besties-gpt.fly.dev ## Dataset Use whisper to generate transcripts with all steps outlined in - `scripts/make_index.ipynb` ## App Use Langchain `VectorDBQAChain` to - * Embed the user query * Perform similarity search on Pinecone embeddings * Synthesize the answer from relevant chunks with `GPT 3.5` (also benchmark GPT4) Relevant chunks with metadata (links) are displayed as source documents. This builds on the excellent UI from https://github.com/mckaywrigley/wait-but-why-gpt. ## Deploy Deploy to Fly.io: `fly launch` ## Credits Thanks to [Mckay Wrigley](https://twitter.com/mckaywrigley) for open-sourcing his UI. Thanks to All IN for the excellent podcast. ## Local testing `yarn dev` ## Contact If you have any questions, feel free to reach out to me on [Twitter](https://twitter.com/RLanceMartin)!