Skip to content

Commit

Permalink
after
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFJuniorLLMs committed Aug 3, 2024
1 parent 641f5a6 commit 124f456
Show file tree
Hide file tree
Showing 18 changed files with 93 additions and 35 deletions.
94 changes: 60 additions & 34 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,59 @@
"type": "split",
"children": [
{
"id": "7421ac1e4b349e30",
"id": "c753d4022a90ce1a",
"type": "tabs",
"children": [
{
"id": "3c54b0ba0a934c3f",
"id": "6463ec3a5ca1feba",
"type": "leaf",
"state": {
"type": "image",
"type": "markdown",
"state": {
"file": "Img/database.png"
"file": "Modelagem de Linguagem Causal.md",
"mode": "source",
"source": false
}
}
},
{
"id": "664d293b78aae80b",
"id": "7ea77571f7df743a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Response_Guardrails.md",
"file": "Modelagem de Linguagem Mascarada.md",
"mode": "source",
"source": false
}
}
},
{
"id": "cc7dea795bdf0ac7",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Camadas de Atenção.md",
"mode": "source",
"source": false
}
}
},
{
"id": "e68fe2bbc0c8bf2e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Optimizing RAG.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
"currentTab": 3
}
],
"direction": "vertical"
Expand Down Expand Up @@ -96,7 +122,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Response_Guardrails.md",
"file": "Optimizing RAG.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -113,7 +139,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Response_Guardrails.md",
"file": "Optimizing RAG.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -136,7 +162,7 @@
"state": {
"type": "outline",
"state": {
"file": "Response_Guardrails.md"
"file": "Optimizing RAG.md"
}
}
}
Expand All @@ -157,46 +183,46 @@
"command-palette:Open command palette": false
}
},
"active": "664d293b78aae80b",
"active": "e68fe2bbc0c8bf2e",
"lastOpenFiles": [
"Pasted image 20240803135635.png",
"Camadas de Atenção.md",
"Optimizing RAG.md",
"Modelagem de Linguagem Mascarada.md",
"Modelagem de Linguagem Causal.md",
"Retrieval.md",
"Categorize_an_Image.md",
"Img/RAG_custom_chatbot.png",
"Img/Survey_Mixture_Experts.png",
"Img/RAG_Native_Advanced_Modular.gif",
"Img/Encoder_Decoder.png",
"Img/rag_advanced_modular.png",
"RAG Native, Advanced, Modular.md",
"Custom RAG Chatbot.md",
"Encoder Decoder.md",
"Mixture of Experts.md",
"ML Scientist Roadmap.md",
"Anomaly Detection in Microsoft Azure.md",
"Anomaly Detection.md",
"AI frameworks.md",
"Accuracy.md",
"Img/database.png",
"Response_Guardrails.md",
"Describe an Image.md",
"RAG/Chunking_RAG.png",
"Img/database.png",
"Img/semantic_entropy.png",
"Img/XGBoost.png",
"XGBoost Hyperparameters.md",
"Tag_visual_features.md",
"Sematic Entropy.md",
"Database.md",
"Chunking_RAG_Applications.md",
"Accuracy.md",
"AI frameworks.md",
"Augmentation.md",
"AUC.md",
"Anomaly Detection in Microsoft Azure.md",
"Anomaly Detection.md",
"Img/rag_guardrails.png",
"Img/basic_model.png",
"Img/naive_rag_vs_advanced_vs_modular.png",
"Img/fluxo_rag.png",
"Img/developer_llms.png",
"Glossary/AI-900.md",
"Query Guardrails.md",
"Reduces Training Time.md",
"Resources_created_with_QnA_Maker_Service.md",
"Rerank.md",
"LLMs/Components_of_an_LLMs.md",
"LLMs/Agent_LLMs_Calls.md",
"LLMs/Developing_an_LLMs.md",
"NMT.md",
"NLP/NLP.md",
"Naive RAG vs Advanced RAG vs Modular RAG.md",
"Developing an LLM.md",
"Ingestion Retrieval.md",
"Building A Generative AI Platform.md",
"BD_Vector",
"LlamaIndex",
"Img/Gen_AI.png",
"ML",
"FineTuning",
"LangChain",
Expand Down
2 changes: 1 addition & 1 deletion Azure_Cognitive_Services.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft Cognitive Services offers pre-built [[ML]] models for the most common uses cases.
Microsoft Cognitive Services offers pre-built [[ML/ML]] models for the most common uses cases.
What is Azure Cognitive Services
➢ Pre-build AI algorithms
➢ Easy to consume
Expand Down
Empty file added Camadas de Atenção.md
Empty file.
1 change: 1 addition & 0 deletions Custom RAG Chatbot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[RAG_custom_chatbot.png]]
1 change: 1 addition & 0 deletions Encoder Decoder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[Encoder_Decoder.png]]
1 change: 1 addition & 0 deletions ML Scientist Roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[RAG_Native_Advanced_Modular.gif]]
1 change: 1 addition & 0 deletions Mixture of Experts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[Survey_Mixture_Experts.png]]
Empty file.
Empty file.
1 change: 1 addition & 0 deletions Optimizing RAG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[Pasted image 20240803135635.png]]
Binary file added Pasted image 20240803135635.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions RAG Native, Advanced, Modular.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[rag_advanced_modular.png]]
26 changes: 26 additions & 0 deletions Response_Guardrails.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Guardrails are a type of safety feature that can be used in software development to prevent or mitigate the impact
of certain types of errors. They are essentially checks or rules that are put in place to ensure that specific
conditions are met before allowing code to proceed.

Guardrails are often used in conjunction with unit tests to provide additional assurance about the correctness and
safety of the code. Here are some key points about guardrails:

1. **Purpose**: The primary goal of using guardrails is to catch potential issues early on, preventing them from
turning into more serious problems later down the line.
2. **Types**: There are several types of guardrails that can be used, including:
- **Null checks**: These are used to ensure that a variable or parameter is not null before proceeding with its
use.
- **Range checks**: These verify whether a value falls within a valid range.
- **Type checks**: They ensure the correct type is being used for a variable or parameter.
3. **Implementation**: Guardrails can be implemented in various ways, depending on the specific needs and
requirements of your project. Some common approaches include:
- **Preconditions**: These are checks made at the beginning of a method to ensure that the parameters passed
meet certain criteria.
- **Postconditions**: After executing a piece of code, postconditions check whether the expected result was
achieved.
4. **Benefits**: Using guardrails in software development offers several benefits, including:
- Improved safety and reliability: By catching errors early on, you can prevent them from causing more
significant problems later.
- Increased efficiency: Guardrails can help reduce debugging time by identifying issues sooner.
- Better code quality: Implementing guardrails encourages developers to think carefully about their code's
correctness and robustness.
Binary file added img/Encoder_Decoder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/RAG_Native_Advanced_Modular.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/RAG_custom_chatbot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Survey_Mixture_Experts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/rag_advanced_modular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 124f456

Please sign in to comment.