Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

README for example application code #19

Open
alexcg1 opened this issue Jan 26, 2021 · 0 comments
Open

README for example application code #19

alexcg1 opened this issue Jan 26, 2021 · 0 comments

Comments

@alexcg1
Copy link

alexcg1 commented Jan 26, 2021

Template description

We develop a neural search framework and have a bunch of different examples covering text search, image search, video search, etc.

Note: these are self-contained examples, not just snippets of example code

Each example downloads a dataset and allows a user to index and query it. They are then free to edit the code and use their own dataset to build their own search app.

These serve 2 purposes:

  • Template code for users to start their search applications
  • Simple explanation of what the code does (what goes in, what comes in, how to run either on bare metal or in Docker)

Benefits

  • Reduces friction for users
  • Reduces thinking time for the writers
  • Provides a simple template for anyone who wants to contribute their own example

Use cases

  • Introduce example code
  • Explain example code

Additional information

At the moment our examples are a mish-mash of:

  • Actual example you can run by cloning the repo and following the example README
  • "Tutorial" - in quotes because the code in the repo is actually complete - there is nothing there for the user to do to build the example since it's pre-built

We're still working out how to address the above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant