Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaninyzwitty/llamaindex-astradb-quiz-app
A terminal quiz app for asking questions about the great gatsby
https://github.com/yaninyzwitty/llamaindex-astradb-quiz-app
astradb cassandra cassandra-vector-db llamaindex nodejs tpescript
Last synced: 14 days ago
JSON representation
A terminal quiz app for asking questions about the great gatsby
- Host: GitHub
- URL: https://github.com/yaninyzwitty/llamaindex-astradb-quiz-app
- Owner: yaninyzwitty
- Created: 2024-05-08T21:33:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T21:54:30.000Z (9 months ago)
- Last Synced: 2024-11-19T22:49:06.064Z (3 months ago)
- Topics: astradb, cassandra, cassandra-vector-db, llamaindex, nodejs, tpescript
- Language: TypeScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Getting started
Install the necessary dependencies by running `npm install`
## Your .env file should contain (get these from [Datastax astra (Vector database)](https://astra.datastax.com) )
*ASTRA_DB_APPLICATION_TOKEN that begins in this format `AstraCS:...`
*ASTRA_DB_API_ENDPOINT
*OPENAI_API_KEY## There after run these commands
_`npx tsx .\src\load.ts`
_`npx tsx .\src\chat.ts`> After doing the above commands, ask questions about the great gatsby.Here are some examples:
1. Analyze the significance of the color symbolism in the novel, particularly the colors gold, white, and green. How do these colors contribute to the themes and character development?
2.Explore the motif of the passage of time and its impact on the characters' perceptions of reality and their hopes and dreams. How does time affect the narrative structure of the novel?
3.Investigate the concept of the unreliable narrator in "The Great Gatsby," focusing on Nick Carraway. How does Nick's unreliability shape the reader's interpretation of events and characters?
4.Discuss the **role of social commentary** in the novel, particularly regarding the critique of the Jazz Age society. How does Fitzgerald use his characters and their interactions to comment on the cultural and social values of the time?
5.Examine the theme of the **duality of human nature** in "*The Great Gatsby*." How do characters like Gatsby, Tom, and Daisy embody conflicting traits or desires, and what does this reveal about the complexities of the human psyche?