We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
llm
HuggingFace has just announced the availability of Hugging Chat Assistant❣️:
The purpose of this issue it to prepare a premium quality SYSTEM prompt to improve LLM pertinence (better than csv and directives).
csv
First manual attempts have proven a tremendous improvement in LLMs answers while providing a very well redacted markdown document.
markdown
llama_index
[Markdown Loader
langchain
md
From scratch on Kaggle (for example), show how to generate the menu markdown:
!pip install auptitcafe --upgrade from auptitcafe.menus import Menus Menus.save_to_markdown()
%%markdown menus.md
The text was updated successfully, but these errors were encountered:
adriens
No branches or pull requests
❔ About
HuggingFace has just announced the availability of Hugging Chat Assistant❣️:
The purpose of this issue it to prepare a premium quality SYSTEM prompt to improve LLM pertinence (better than
csv
and directives).💡 Notice
First manual attempts have proven a tremendous improvement in LLMs answers while providing a very well redacted
markdown
document.💰 Benefits & ideas
llama_index
, with[Markdown Loader
](https://llamahub.ai/l/file-markdown)langchain
with its markdown support🎯 Actions
markdown
filemd
file on the repo so anyone can use it✔️ DoD
From scratch on Kaggle (for example), show how to generate the menu markdown:
The text was updated successfully, but these errors were encountered: