Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movie recommender update #1181

Open
wants to merge 44 commits into
base: v2.2.10
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
26e2b6b
Update milvus_helpers.py
chinalu Jun 30, 2023
435d010
Update README.md
JackLCL Jun 30, 2023
b2ca042
Merge pull request #1162 from milvus-io/JackLCL-patch-1
JackLCL Jun 30, 2023
ac94803
Merge pull request #1161 from chinalu/patch-1
JackLCL Jun 30, 2023
ab25ffe
Update q/a system server requirements.txt
yuhaowin Jul 25, 2023
afb0f3f
Create devcontainer.json for Codespaces
peckjon Aug 1, 2023
0094588
Create requirements.txt
peckjon Aug 1, 2023
12ea770
outer join of all packages required by sample notebooks
peckjon Aug 1, 2023
1b6efef
Open sample notebooks by default in VSCode Web
peckjon Aug 1, 2023
288520c
Merge pull request #1 from peckjon/peckjon-patch-codespaces
peckjon Aug 1, 2023
5d20366
Clean up pip install
peckjon Aug 1, 2023
a3638c6
add biological multifactor authenticate
yuyu-wy Sep 8, 2023
5ffbfb4
Merge pull request #1169 from yuyu-wy/zyymfa
JackLCL Sep 9, 2023
f398c02
Merge pull request #1165 from peckjon/master
JackLCL Sep 9, 2023
de2e868
Merge pull request #1164 from yuhaowin/master
JackLCL Sep 9, 2023
29daa7c
Add new recommender notebook.
egoebelbecker Oct 4, 2023
f93f85b
Update infor about dataset. Fix various typos.
egoebelbecker Oct 4, 2023
deb5fc2
Rename notebook to replace original. Add image file.
egoebelbecker Oct 4, 2023
025b516
Remove Zilliz URL and token from code.
egoebelbecker Oct 16, 2023
e111949
Add simple text vector search IMDB no-schema Milvus Client
Oct 23, 2023
23b5682
Add .py utility functions
Oct 23, 2023
75a8ea5
Add env example file
Oct 23, 2023
d04c4d7
Explain AUTOINDEX is compatible with both milvus and zilliz
Oct 23, 2023
8d5d7d6
Display question and answers together
Oct 23, 2023
079bea9
Merge pull request #1172 from milvus-io/christy-demo
christy Oct 23, 2023
5497164
Merge branch 'milvus-io:master' into master
egoebelbecker Oct 26, 2023
8c6009b
Add TODO coding exercises
christy Oct 26, 2023
d0e9ae6
Merge pull request #1173 from milvus-io/christy-demo
christy Oct 26, 2023
689f73f
Remove Redis. Use Milvus dynamic fields.
egoebelbecker Oct 26, 2023
0716ec4
Update tutorial text.
egoebelbecker Oct 26, 2023
a9441b2
Add langchain rag example
christy Oct 27, 2023
7fe66a9
Merge pull request #1175 from milvus-io/christy-demo
christy Oct 27, 2023
cfe8a2a
Cleanup notebook cells
christy Oct 27, 2023
a0d99f3
Merge pull request #1176 from milvus-io/christy-demo
christy Oct 27, 2023
059deef
Add Readthedocs data for the RAG open source LLMs notebook
christy Oct 27, 2023
98d55a8
Merge pull request #1177 from milvus-io/christy-demo
christy Oct 27, 2023
2da2d4a
Add small sample of movie_data.csv
christy Oct 27, 2023
a5b5fae
Merge pull request #1178 from milvus-io/christy-demo
christy Oct 27, 2023
ce8d209
Cleanup open source RAG notebook
christy Oct 27, 2023
1aa8a4e
Merge pull request #1179 from milvus-io/christy-demo
christy Oct 27, 2023
45f6705
Replace small sample imdb data
christy Oct 28, 2023
44648b1
Merge pull request #1180 from milvus-io/christy-demo
christy Oct 28, 2023
a0368d4
Merge pull request #1174 from egoebelbecker/master
christy Oct 29, 2023
bedb800
Remove stray references to Redis.
egoebelbecker Oct 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 4
},
"waitFor": "onCreateCommand",
"updateContentCommand": "pip install -r .devcontainer/requirements.txt",
"postCreateCommand": "",
"customizations": {
"codespaces": {
"openFiles": [
"notebooks/llms/langchain/lc_vectorstore_conv_mem.ipynb",
"notebooks/llms/llamaindex/multi_doc_qa.ipynb",
"notebooks/text/white_house_speeches.ipynb",
"notebooks/vision/reverse_painting_search.ipynb"
]
},
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
"ms-python.python"
]
}
}
}
14 changes: 14 additions & 0 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ipykernel
llama-index
nltk
milvus
pymilvus==2.2.5
torch
torchvision
tqdm
sentence-transformers
gdown
langchain
openai
python-dotenv
requests
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
HUGGINGFACEHUB_API_TOKEN=hf_xxxx
OPENAI_API_KEY=sk-xxxx
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ And more solutions you can refer to the [**Examples**](https://github.com/towhee
<td>- <a href="https://www.bilibili.com/video/BV1dD4y1D7zS">中文</a></td>
</tr>
</table>

### :clapper: Live Demo

We have built [online demos](https://milvus.io/milvus-demos/) for reverse image search, chatbot and molecular search that everyone can have fun with.
Expand Down
Binary file added images/rag_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading