Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BuiltWithGenie/PkgAIHelp
https://github.com/BuiltWithGenie/PkgAIHelp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/BuiltWithGenie/PkgAIHelp
- Owner: BuiltWithGenie
- Created: 2024-03-22T19:47:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T11:24:42.000Z (8 months ago)
- Last Synced: 2024-06-05T13:04:55.229Z (8 months ago)
- Language: Julia
- Size: 107 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-generative-ai-meets-julia-language - AIHelpUI.jl - Web-based graphical interface for AIHelpMe.jl built on top of Stipple.jl. (Packages / General-purpose DBMS with Vector Index Support)
README
# AIHelpUI
This app implements a web UI for the package [AIHelpMe.jl](https://github.com/svilupp/AIHelpMe.jl). This package lets you index the documentation from loaded Julia packages and ask questions about them using GPT
https://github.com/BuiltWithGenie/PkgAIHelp/assets/5058397/e7986c20-3d63-410c-a162-80f33302f5f5
**REQUIRES AN OPENAI API KEY**. Enter your key in the API KEY text field before entering a question.
## Installation
Clone the repository and install the dependencies:
First `cd` into the project directory then run:
```bash
$> julia --project -e 'using Pkg; Pkg.instantiate()'
```Then run the app
```bash
$> julia --project
``````julia
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server
```## Usage
Open your browser and navigate to `http://localhost:8000/`