Code Monkey home page Code Monkey logo

docs's Introduction

THIS REPO IS DEPRECATED

Please edit Qdrant documentation here: https://github.com/qdrant/landing_page/tree/master/qdrant-landing/content/documentation

How to use documentation markup features

Lang switching tabs

  1. To add code for different language variants, use blocks of code in the markdown, one after the other, indicating the language:
    ``` bash
        # here your code
    ```
    
    ``` python
        # here your code
    ```
  1. The copy button appears by itself on any outline code blocks.
  2. To emphasize important information, use <aside role="status">your text here</aside> right in markdown

An element with important information

  1. To emphasize dangerous actions or warn users, use <aside role=”alert”>your text here</aside> right in markdown

An element with warning

docs's People

Contributors

agourlay avatar azayarni avatar boiledice avatar coszio avatar davidmyriel avatar fabriziobonavita avatar ffuugoo avatar findmyway avatar generall avatar gokhangerdan avatar hridaym25 avatar ibrahim-akrab avatar ivanpleshkov avatar joein avatar jofas avatar kacperlukawski avatar leonlowitzki avatar liuliuod avatar marevol avatar masoudkaviani avatar monatis avatar pandawhocodes avatar pnivlek avatar regstuff avatar timvisee avatar trean avatar

Watchers

 avatar  avatar  avatar  avatar

docs's Issues

Style: impossible to distinguish some links

In the current documentation, it is hard or impossible to distinguish some links.

In alert banners here:

image
image

or:

image
image

Or here where I don't find it immediately clear that .pem is a literal and mkcert is a clickable link:

image

I suggest two changes:

  • underline links
  • tweak links colors (different link color in banner, different banner text color, or different link color overall)

Document search on named vectors

We currently only have docs to create a collection with multiple named vectors, but there is no example in the Search section that uses them. It would be good to add at least one example, such that it is demonstrated how it plays together.
It'd also be good to emphasize that the search can only use one named vector at a time (cannot combine them), to avoid confusions.

Incorrect documentation

I am using the python API version 1.1.1 and I cannot get the name of all the collection with client.list_aliases() as exposed herehere.

I need to use client.get_aliases() instead.

Error in payload.md

Line 282 of the said file says "For marked fields will Qdrant will build an index for the corresponding types of queries."
I believe there is an extra "will" before "Qdrant".

Link is expired in docs/qdrant/v1.0.x/search.md file

Screenshot 2023-03-13 at 16 36 02
Screenshot 2023-03-13 at 16 36 12

Current Behavior

Steps to Reproduce

  1. While I was reading through the documentation, I found that these links were not working or expired, I have attached their screenshots for clarity.

Expected Behavior

Possible Solution

Context (Environment)

Detailed Description

Possible Implementation

Disambiguate the use of "store"

We use the verb "store" quite extensively in our documentation.

It is however used with different semantics which can be confusing.

e.g. https://qdrant.tech/documentation/storage/#vector-storage

In-memory storage - Stores all vectors in RAM, has the highest speed since disk access is required only for persistence.

One way of reading this is that vectors are not persisted on disk, meaning that Qdrant would be an in-memory database.

In reality, vectors are stored on disk and are pre-loaded in RAM at startupfor fast access.

Ideally, it should be clear to the user whether something is persisted on disk and/or loaded in memory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.