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

Repair two small pits for 1_build_text_image_search_engine.ipynb #253

Open
abbydev opened this issue Dec 1, 2023 · 0 comments
Open

Repair two small pits for 1_build_text_image_search_engine.ipynb #253

abbydev opened this issue Dec 1, 2023 · 0 comments

Comments

@abbydev
Copy link

abbydev commented Dec 1, 2023

  • milvus-2.3.3

  • Load Image Embeddings into Milvus

collection.flush()
collection.load()
  • Release a Showcase
interface = gradio.Interface(fn=search,
                             inputs="text",
                             outputs=[gradio.outputs.Image(type="filepath", label=None) for _ in range(5)]
                             )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant