These are the different mindsets you need to be creative. You'll have to swap out these mindsets at different times in the project. Make sure only one mindset is working on the project at the time. Don't let it overlap or the project will have conflict.
Published on Aug 11, 2024
Dreyfus model is used to access and support skill development. It can also provide an acceptable level for measuring competence or capability.
Published on Aug 10, 2024
Using the knowledge and insights of one domain in another domain. This can create new insights, products, solutions or processes.
Published on Aug 09, 2024
Most of our memory is explicit memory. Its a memory of how the mind thinks of the event. It has a time stamp associated with it.
Published on Jul 08, 2024
IFS is a therapy framework that looks at a different aspects of a person as 'Parts'. Its useful to see each part as a person - it will help you connect with the part.
Published on Jul 08, 2024
We'll get the best answer to our question in RAG if we input the entire document collection as the context for the prompt. But this is expensive(large token size for the prompt). So to optimize this we only use the parts of the documents that is relevant to the question as the context.
Published on Jun 28, 2024
If you want to use LLMs with your own data, you can do it using RAG. You'll have to create a RAG Pipeline...
Published on Jun 24, 2024
In the context of LLMs, vector is an array of numbers. This represents a point in a n-dimensional space - where n is the length of the array.
Published on Jun 23, 2024