Skip to content

Commit

Permalink
update errors
Browse files Browse the repository at this point in the history
Signed-off-by: AnthonyTsu1984 <[email protected]>
  • Loading branch information
AnthonyTsu1984 committed Nov 8, 2024
1 parent edcbbf0 commit 5ce48a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1368,12 +1368,6 @@
"id": "milvus_hybrid_search_retriever.md",
"order": 3,
"children": []
},
{
"label": "PrivateGPT",
"id": "use_milvus_in_private_gpt.md",
"order": 4,
"children": []
}
]
},
Expand Down Expand Up @@ -1425,6 +1419,12 @@
"id": "rag_with_langflow.md",
"order": 7,
"children": []
},
{
"label": "PrivateGPT",
"id": "use_milvus_in_private_gpt.md",
"order": 8,
"children": []
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion site/en/tutorials/movie_recommendation_with_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you are using Google Colab, to enable dependencies just installed, you may ne

We will use OpenAI as the LLM in this example. You should prepare the [api key](https://platform.openai.com/docs/quickstart) `OPENAI_API_KEY` as an environment variable.

</a>
</div>


```python
Expand Down

0 comments on commit 5ce48a9

Please sign in to comment.