Add slack example
This commit is contained in:
12
examples/slack/entrypoint.sh
Executable file
12
examples/slack/entrypoint.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /app
|
||||
|
||||
pip uninstall hnswlib -y
|
||||
|
||||
git clone https://github.com/nmslib/hnswlib.git
|
||||
cd hnswlib
|
||||
pip install .
|
||||
cd ..
|
||||
|
||||
python main.py
|
||||
Reference in New Issue
Block a user