make gpt more flexible for rag. and make fulltext more flexible as a … #67
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test installation | |
on: | |
push: | |
jobs: | |
build: | |
name: build | |
runs-on: ubuntu-20.04 | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
sudo apt-get install portaudio19-dev python-all-dev | |
pip install . |