Initial commit: RAG pipeline for semantic search over personal journal archive
Vector search with cross-encoder re-ranking, hybrid BM25+vector retrieval, incremental index updates, and multiple LLM backends (Ollama local, OpenAI API).
This commit is contained in:
commit
e9fc99ddc6
43 changed files with 7349 additions and 0 deletions
63
tests/results_gpt4omini_t0.3.txt
Normal file
63
tests/results_gpt4omini_t0.3.txt
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Query: --query Passages that quote Louis Menand.
|
||||
Vector: 20, BM25: 20, overlap: 7, merged: 33, re-ranked to: 15
|
||||
|
||||
Response:
|
||||
|
||||
The excerpts contain several passages that quote or reference Louis Menand, particularly focusing on his ideas about hypostasis
|
||||
and the human relationship with concepts such as God and societal structures. Here are the relevant passages:
|
||||
|
||||
1. **File: ./data/2025-11-04.txt**
|
||||
- This excerpt includes the quote: "We created God, and then pretended that God created us. We hypostatized our own concept and
|
||||
turned it into something 'out there' whose commandments (which we made up) we struggle to understand and obey. We are supplicants
|
||||
to our own fiction." It discusses the parallels between this idea and other societal constructs like democracy and politics.
|
||||
|
||||
2. **File: ./data/2025-02-14.txt**
|
||||
- The passage reiterates Menand's quote about hypostasis and emphasizes how humans have created a sense of distance from their
|
||||
own creations, allowing for worship or rebellion against them. It reflects on the implications of this process for understanding
|
||||
reality and human experience.
|
||||
|
||||
3. **File: ./data/2022-08-14.txt**
|
||||
- This excerpt discusses Menand's "Free World," specifically pages 335-339, where he critiques how people perceive external
|
||||
forces as inevitable, which are actually human creations. It includes the same quote about God and hypostasis, highlighting the
|
||||
idea that these constructs are reified as "the way things are."
|
||||
|
||||
4. **File: ./data/2025-07-27.txt**
|
||||
- This excerpt references Menand's quote in the context of discussing anti-capitalist themes and the narratives that organize
|
||||
society, emphasizing the fictional nature of these constructs.
|
||||
|
||||
5. **File: ./data/2025-02-05.txt**
|
||||
- Here, Menand's notion that we are "supplicants to our own fictions" is paraphrased, relating it to the broader role of
|
||||
storytelling in human culture and how we create and live by the narratives we construct.
|
||||
|
||||
6. **File: ./data/2024-09-04.txt**
|
||||
- This excerpt mentions Menand in the context of discussing AI and copyright, though it does not quote him directly. It
|
||||
highlights his relevance in contemporary discussions about technology.
|
||||
|
||||
### Summary of Contributions:
|
||||
- **2025-11-04.txt**: Introduces Menand's quote and connects it to societal constructs.
|
||||
- **2025-02-14.txt**: Explores the implications of Menand's ideas on reality and human experience.
|
||||
- **2022-08-14.txt**: Discusses Menand's critique of how humans perceive societal constructs as external forces.
|
||||
- **2025-07-27.txt**: Relates Menand's quote to anti-capitalist themes and societal narratives.
|
||||
- **2025-02-05.txt**: Paraphrases Menand's ideas in the context of storytelling in culture.
|
||||
- **2024-09-04.txt**: Mentions Menand in discussions about AI, highlighting his ongoing relevance.
|
||||
|
||||
Overall, these excerpts collectively illustrate Menand's critical perspective on how humans create and relate to their own
|
||||
constructs, emphasizing the fictional nature of many societal narratives.
|
||||
|
||||
Source documents:
|
||||
2025-11-04.txt ./data/2025-11-04.txt 3.303
|
||||
2025-02-14.txt ./data/2025-02-14.txt 3.144
|
||||
2022-08-14.txt ./data/2022-08-14.txt 2.183
|
||||
2021-07-04.txt ./data/2021-07-04.txt 1.595
|
||||
2025-02-14.txt ./data/2025-02-14.txt 1.504
|
||||
2025-07-27.txt ./data/2025-07-27.txt 0.171
|
||||
2024-07-26.txt ./data/2024-07-26.txt -0.969
|
||||
2024-09-06.txt ./data/2024-09-06.txt -1.661
|
||||
2024-04-08.txt ./data/2024-04-08.txt -2.017
|
||||
2025-02-05.txt ./data/2025-02-05.txt -2.027
|
||||
2022-04-17.txt ./data/2022-04-17.txt -2.054
|
||||
2023-07-01.txt ./data/2023-07-01.txt -2.284
|
||||
2023-01-06.txt ./data/2023-01-06.txt -2.315
|
||||
2024-09-04.txt ./data/2024-09-04.txt -2.379
|
||||
2024-08-03.txt ./data/2024-08-03.txt -2.391
|
||||
Query processed in 45 seconds.
|
||||
Loading…
Add table
Add a link
Reference in a new issue