update colab install & fix colab path
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# install this if you are using colab\n",
|
||||
"! pip install leann\n",
|
||||
"\n",
|
||||
"! uv pip install leann-core leann-backend-hnsw --no-deps\n",
|
||||
"! uv pip install leann --no-deps\n",
|
||||
"# For Colab environment, we need to set some environment variables\n",
|
||||
"import os\n",
|
||||
"os.environ['LEANN_LOG_LEVEL'] = 'INFO' # Enable more detailed logging"
|
||||
|
||||
Reference in New Issue
Block a user