# Share your work

We value the contributions made by our community. Open your pull request and get featured: <https://github.com/aiplanethub/beyondllm/blob/main/docs/community-spotlight/share-your-work.md>&#x20;

### Social Media&#x20;

* Got featured on Llamaindex [LinkedIn](https://www.linkedin.com/posts/llamaindex_sometimes-you-just-want-a-rag-stack-that-activity-7231089214715486208-C4PG?utm_source=share\&utm_medium=member_ios) page.

### YouTube Video

* Build Local End-to-End RAG Pipeline with Evaluation by Fahd Mirza: <https://www.youtube.com/watch?v=VxUBkdjarIo>

### Blog Articles

* HuggingFace Blogs: Advanced RAG: Fine-Tune Embeddings from HuggingFace for RAG. <https://huggingface.co/blog/lucifertrj/finetune-embeddings>

### GitHub Projects

* Articulus-RAG: <https://github.com/AryaChakraborty/articulus_rag>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://beyondllm.aiplanet.com/community-spotlight/share-your-work.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
