You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before starting the service, the following environment configurations should be performed:
58
-
1. Install the relational database MySQL and import the SQL file to create the data tables. The SQL file can be found at: reference_doc/create_table.sql
58
+
1. Install the relational database MySQL and import the SQL file to create the data tables. The SQL file can be found at: ```reference_doc/create_table.sql```
59
59
2. Install the vector database Milvus.
60
60
3. Add the database access information to the configuration files:
61
-
1. modelcache/config/milvus_config.ini
62
-
2. modelcache/config/mysql_config.ini
61
+
1.```modelcache/config/milvus_config.ini ```
62
+
2.```modelcache/config/mysql_config.ini```
63
63
4. Download the embedding model bin file from the following address: [https://huggingface.co/shibing624/text2vec-base-chinese/tree/main](https://huggingface.co/shibing624/text2vec-base-chinese/tree/main). Place the downloaded bin file in the model/text2vec-base-chinese folder.
64
64
5. Start the backend service using the flask4modelcache.py script.
0 commit comments