Commit Graph

107 Commits

Author SHA1 Message Date
Clémentine Urquizar - curqui 3bc6a18bcd
Update README.md
Co-authored-by: Clément Renault <clement@meilisearch.com>
2022-01-26 17:54:51 +01:00
Clémentine Urquizar 0a78750465
Replace meilisearch by Meilisearch 2022-01-26 17:35:56 +01:00
meili-bot ae5b401e74 Update README.md 2022-01-26 16:31:04 +01:00
Clémentine Urquizar f09016b2bc
Update README.md 2021-10-12 13:49:31 +02:00
Clémentine Urquizar 1fa3aeceeb
Update README.md 2021-10-12 13:47:38 +02:00
maryamsulemani97 443afdc412
Update README.md 2021-10-12 14:37:19 +04:00
Guillaume Mourier be00fafb29 Add a link to join the cloud-hosted beta 2021-09-30 11:28:51 +02:00
CaroFG bf4e799dba
Update README.md
Co-authored-by: Clément Renault <clement@meilisearch.com>
2021-08-26 17:47:29 +02:00
CaroFG cb695bdec3
Update README with new gif 2021-08-26 17:43:41 +02:00
bors[bot] 1227ce8091
Merge #1622
1622: Update README to welcome the contribution again r=Kerollmops a=curquiza



Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2021-08-25 13:08:08 +00:00
Clémentine Urquizar e0a5eebe79
Update README to welcome the contribution again 2021-08-24 20:31:05 +02:00
Irevoire 672fcee8aa
remove sentry 2021-08-24 12:38:31 +02:00
okyanusoz 96839c48c9
Direct users to milli for the core library in the README (#1520)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

* Update README.md

Co-authored-by: gui machiavelli <hey@guimachiavelli.com>

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Co-authored-by: gui machiavelli <hey@guimachiavelli.com>
2021-08-19 16:24:12 +02:00
Clémentine Urquizar 63daa8b15a
Update README.md (#1568) 2021-08-09 16:38:52 +02:00
Clémentine Urquizar 92913e1eb8
Add information about product repo (#1567)
* Add information about product repo

* Update README.md

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
2021-08-09 14:56:43 +02:00
Thomas Payet 85b0878334
Update README.md
Update quickstart & examples for rc0.21
2021-06-30 16:58:02 +02:00
Tommy 09113fc73c
Update README.md
Just fixing some typos and such.
Kanji refers only to Japanese versions of the Chinese characters, and since we don't have a Japanese tokenization pipeline I think it could be misleading.
2021-06-23 18:30:48 +02:00
TheTechRobo d30641e9ca
fix amount of time 2021-06-10 08:55:05 -04:00
Clémentine Urquizar 6aaa4a8e19
Update link after branch renaming 2021-04-07 19:47:48 +02:00
Clémentine Urquizar 39a18d4edc
Update README.md 2021-04-01 00:00:21 +02:00
Frédéric Harper 4a66803d76
fix Docker volume path
essential if pwd returns a path with spaces
2021-03-03 13:18:07 -05:00
Thomas Payet 417d0ae92a
Simplify compile and run from sources 2021-02-25 11:52:08 +01:00
Sylvain Kerkour f01bb9cee3
README.md: typos 2021-02-20 17:49:59 +00:00
Frédéric Harper 1873c0399a
fix line break 2021-02-16 16:21:50 -05:00
Tommy b28be43cc6 Remove bonjour email from readme.md
Remove email address from README to concentrate communications in visible locations.
2021-02-15 09:19:23 -05:00
Tommy 4a71861066 Revert link 2021-02-15 09:19:23 -05:00
Tommy 5f25703d44 Update README.md
Fix docs links, remove reference to Crisp chatbox
2021-02-15 09:19:23 -05:00
Frédéric Harper 2fe52d0a4f
fix homebrew name
brew is the command, the package manager name is homebrew
2021-01-26 15:14:53 -05:00
Clementine Urquizar aa99c1ba55
Add Roadmap in README 2020-12-14 15:38:47 +01:00
chadcarlson 0f4182bddf Uncenter to match existing. 2020-11-17 15:06:04 -05:00
chadcarlson cc4284b89e Add Deploy on Platform.sh button. 2020-11-17 15:05:17 -05:00
Charlotte Vermandel 201bb3f80a Add loop to gif 2020-11-12 10:05:39 +01:00
Charlotte Vermandel 49afe7d89f Change movie gifs 2020-11-12 09:58:24 +01:00
Samuel Jimenez 62a28bc2a1 Add Sandbox section to README.md 2020-10-22 17:04:45 +02:00
Liam Riddell 6db51ed8b2
README.md - Fixed Small Typo 2020-08-28 13:44:53 +01:00
bors[bot] aa545e5386
Merge #638 #828 #865
638: Update requitites for source build(rust version) r=MarinPostma a=djKooks

Hello,
I just found that compile via source has been failed by issue here:
```
error[E0658]: the `#[non_exhaustive]` attribute is an experimental feature
  --> /Users/kwangin.jung/.cargo/registry/src/github.com-1ecc6299db9ec823/whoami-0.8.1/src/lib.rs:40:1
   |
40 | #[non_exhaustive]
   | ^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/44109

error[E0658]: the `#[non_exhaustive]` attribute is an experimental feature
   --> /Users/kwangin.jung/.cargo/registry/src/github.com-1ecc6299db9ec823/whoami-0.8.1/src/lib.rs:102:1
    |
102 | #[non_exhaustive]
    | ^^^^^^^^^^^^^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/44109
```
Seems `#[non_exhaustive]` is a new feature on Rust 1.40.0, so added as pre-requitites.


828: Cleanup readme r=MarinPostma a=tpayet

Closes #613 

865: Update movie dataset with genre field r=MarinPostma a=bidoubiwa

Updated the movie dataset by adding  the `genre` field to each movies where the genre could be fetched.
The `genre` was fetch for each movie by making a search request on the bigger movie dataset (200mb) using MeilISearch. 

I make this proposition to make testing and trying  more accessible. 

```json
{
  "id": "323661",
  "title": "Mune: Guardian of the Moon",
  "poster": "https://image.tmdb.org/t/p/w1280/4vzqow7mVUahqA4hHoe2UpQOxy.jpg",
  "overview": "When a faun named Mune becomes the Guardian of the Moon, little did he had unprepared experience with the Moon and an accident that could put both the Moon and the Sun in danger, including a corrupt titan named Necross who wants the Sun for himself and placing the balance of night and day in great peril. Now with the help of a wax-child named Glim and the warrior, Sohone who also became the Sun Guardian, they go out on an exciting journey to get the Sun back and restore the Moon to their rightful place in the sky.",
  "release_date": 1423094400,
  "genre": [
    "Animation",
    "Family",
    "Adventure",
    "Fantasy",
    "Comedy"
  ]
}
{
  "id": "306",
  "title": "Beverly Hills Cop III",
  "poster": "https://image.tmdb.org/t/p/w1280/tw9gAhqQcBFX0X0XfVbWqUsmzoU.jpg",
  "overview": "Back in sunny southern California and on the trail of two murderers, Axel Foley again teams up with LA cop Billy Rosewood. Soon, they discover that an amusement park is being used as a front for a massive counterfeiting ring – and it's run by the same gang that shot Billy's boss.",
  "release_date": 769741200,
  "genre": [
    "Action",
    "Comedy",
    "Crime"
  ]
}
```

Co-authored-by: kwangin.jung <inylove82@gmail.com>
Co-authored-by: Thomas Payet <thomas@meilisearch.com>
Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
2020-07-24 09:45:01 +00:00
Thomas Payet 476aecf86d Cleanup readme 2020-07-20 16:03:25 +02:00
mpostma 9ba711dfe5 update readme with bors badge 2020-07-08 14:33:15 +02:00
mpostma d419f151a0 update readme 2020-07-02 15:14:05 +02:00
qdequele a2321d1562
update changelog and readme 2020-06-02 15:40:33 +02:00
Erlend Sogge Heggen 80ab82897e DigitalOcean button 2020-05-13 15:41:31 +02:00
qdequele b62945961f
add sentry probe 2020-05-07 17:36:33 +02:00
kwangin.jung 1f2ab71bb6 Update requitites for source build
Update requitites for source build(rust version)

Fix README
2020-04-30 21:08:55 +09:00
Hans Krutzer b47f7dd4c7
Update the link to FAQ in README 2020-04-30 13:12:55 +02:00
karan bamal 1b7a6687c8
Update README.md (#630)
* Update README.md

* Update README.md

Co-Authored-By: Clément Renault <renault.cle@gmail.com>

Co-authored-by: Clément Renault <renault.cle@gmail.com>
2020-04-24 10:11:27 +02:00
Erlend Sogge Heggen 3d2f04a7af
Added GitHub discussions 2020-04-20 10:54:08 +02:00
Mathilde Boivin 1892ba8973 Minor changes 2020-04-15 16:04:50 +02:00
Quentin de Quelen 0679ec4f41 change logo format 2020-04-05 11:09:38 +02:00
Peter W 49499ca54d
Fix typo in README
Non-plural would be more usual in English. I assume "performances" was a typo.
2020-04-05 17:34:12 +10:00
Clément Renault 702f7445ec
Change the slogan 2020-04-01 16:34:24 +02:00