Add slack example

This commit is contained in:
mudler
2023-12-16 18:54:06 +01:00
parent 0f953d8ad9
commit 7e3f2cbffb
19 changed files with 1854 additions and 1 deletions

12
examples/slack/entrypoint.sh Executable file
View 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