cookbook icon indicating copy to clipboard operation
cookbook copied to clipboard

Update Chinese version

Open innovation64 opened this issue 1 year ago • 5 comments

Update all those articles in Chinese version

  • rag_llamaindex_librarian
  • rag_with_HF_gemma_Mongodb
  • stable_diffusion_interpolation
  • tgi_messages_api_demo
  • prompt_tuning_peft
  • labelling_feedback_setfit
  • pipeline_notus_instructions_preferences_legal
  • semantic_cache_chroma_vector_database
  • llm_judge

@adeenayakup @MKhalusova

innovation64 avatar Mar 27 '24 14:03 innovation64

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@innovation64 can you resolve merge conflicts and we can merge?

merveenoyan avatar Aug 29 '24 13:08 merveenoyan

@innovation64 thanks a lot!

lastly, toctree needs to follow a format, for reference English toctree vs the one in this PR:

Screenshot 2024-08-29 at 22 37 34 Screenshot 2024-08-29 at 22 37 44

Causes errors with docbuilder:

yaml.parser.ParserError: while parsing a block mapping
  in "<unicode string>", line 1, column 1:
    title: 开源 AI 指南 (Cookbook)
    ^
expected <block end>, but found '-'
  in "<unicode string>", line 6, column 1:
    - title: LLM 系列

merveenoyan avatar Aug 29 '24 19:08 merveenoyan

@innovation64 rag_with_hf_and_milvus isn't in toctree, I think that might be why it's failing (though not sure)

merveenoyan avatar Aug 30 '24 09:08 merveenoyan